Skip to content

Commit

Permalink
Pre-release preparation (5): Debian/Ubuntu package improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Serg-Norseman committed Jun 20, 2016
1 parent a8a5f29 commit 424faa5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions deploy/gk2_linux_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ cp -r $DEV_PATH/locales/ ~/$LIB_PATH/
cp -r $DEV_PATH/plugins/ ~/$LIB_PATH/
cp -r $DEV_PATH/scripts/ ~/$LIB_PATH/

#cd ~/$PACK_PATH
#md5deep -r usr > DEBIAN/md5sums
#cd ..
find $LIB_PATH/locales -type f -exec chmod -x '{}' \;
find $LIB_PATH/plugins -type f -exec chmod -x '{}' \;
find $LIB_PATH/scripts -type f -exec chmod -x '{}' \;

cd ~/$PACK_PATH
md5deep -r -l usr > DEBIAN/md5sums
cd ..

fakeroot dpkg-deb -b ~/$PACK_PATH/ .

0 comments on commit 424faa5

Please sign in to comment.