Skip to content

Commit

Permalink
fix deb name and remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalvatori committed Apr 22, 2017
1 parent 12ecedc commit fe55f0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@ echo "Setting permissions "
chmod +x target/${PACKAGE}/usr/bin/rest2command
chmod +x target/${PACKAGE}/etc/init.d/rest2command
cd target && dpkg-deb --build ${PACKAGE}
ls
mv ${PACKAGE}_amd64.deb ../dist/
mv ${PACKAGE}.deb ../dist/

0 comments on commit fe55f0a

Please sign in to comment.