Skip to content

Commit

Permalink
Create the tarball inside package directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnis committed Jun 17, 2012
1 parent 15ee281 commit 0f9ef1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prototype/linux/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ package ()
cp -r ../tests/ ./package/
#cp -r ./tutorial/ ./package/

tar -czf axr_${VERSION}_linux_$2.tar.gz ./package/*
cd ./package/
tar -czf axr_${VERSION}_linux_$2.tar.gz ./*

rm -rf ./package/
}
Expand Down

0 comments on commit 0f9ef1a

Please sign in to comment.