Skip to content

Commit

Permalink
package with tar instead of ar
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrovski committed Jan 11, 2017
1 parent 7581c92 commit 0141f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ base=`basename $0`
if [ "$base" = "mkipk.sh" ]; then
DESTDIR=$(mktemp -d)
do_copy $*
fakeroot -- ipkg-build $DESTDIR
fakeroot -- ipkg-build -c $DESTDIR
rm -rf $DESTDIR
else
DESTDIR=${DESTDIR:-"/"}
Expand Down

0 comments on commit 0141f43

Please sign in to comment.