Skip to content

Commit

Permalink
fix packager
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Karneges committed Jan 25, 2014
1 parent 45ab292 commit dba965f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi
VERSION=$1

mkdir -p build/zurl-$VERSION
cp -a .gitignore COPYING README configure zurl.qc zurl.pro zurl.conf.example qcm src tools tests build/zurl-$VERSION
cp -a .gitignore COPYING README.md configure zurl.qc zurl.pro zurl.conf.example qcm src tools tests build/zurl-$VERSION
rm -rf build/zurl-$VERSION/src/qzmq/.git build/zurl-$VERSION/src/common/.git
cd build
tar jcvf zurl-$VERSION.tar.bz2 zurl-$VERSION

0 comments on commit dba965f

Please sign in to comment.