7 mkdir
-p "$TARGET/CONTROL"
8 grep '^[^(Version|Architecture)]' "$CONTROL" > "$TARGET/CONTROL/control"
9 echo "Version: $VERSION" >> "$TARGET/CONTROL/control"
10 echo "Architecture: $ARCH" >> "$TARGET/CONTROL/control"
11 chmod 644 "$TARGET/CONTROL/control"
This page took 0.051284 seconds and 5 git commands to generate.