Skip to content

Commit

Permalink
Fix deb bin files group to be wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
mologie committed Jul 20, 2018
1 parent 381696b commit b496255
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ mkdir -p $DPKGDIR/com.mologie.NXBoot/usr/bin
cp $PROJDIR/DerivedData/bin/nxboot $DPKGDIR/com.mologie.NXBoot/usr/bin/nxboot

cd $DPKGDIR
chown -R 0:80 .
chown -R 0:0 .
chown -R 0:80 com.mologie.NXBoot/Applications
dpkg-deb -Zgzip -b com.mologie.NXBoot $PROJDIR/dist/com.mologie.NXBoot-$version-$buildno.deb
chown $ORIG_UID:$ORIG_GID $PROJDIR/dist/com.mologie.NXBoot-$version-$buildno.deb
chown -R $ORIG_UID:$ORIG_GID .
Expand Down

0 comments on commit b496255

Please sign in to comment.