Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
comex committed Jul 18, 2011
1 parent 3c0f4b6 commit f81bfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starstuff/build-archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ sync; sync
exit 0
EOF
chmod 755 "$root"/DEBIAN/extrainst_
deb="$root" "$2"-"$5".deb
./fauxsu.sh dpkg-deb -b -z9 "$deb"
deb="$2"-"$5".deb
./fauxsu.sh dpkg-deb -b -z9 "$root" "$deb"
tar xvf "$deb" data.tar.gz
gunzip data.tar.gz
mv data.tar "fix-$2-$5".tar

0 comments on commit f81bfbb

Please sign in to comment.