Skip to content

Commit

Permalink
Fix root rights in deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean28518 committed Apr 14, 2024
1 parent 6628d3a commit 374f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ chmod 755 deb/DEBIAN

# Build deb package
sed -i "2s/.*/Version: $VERSION/" deb/DEBIAN/control
dpkg-deb --build -Zxz deb
dpkg-deb --build -Zxz --root-owner-group deb
mv deb.deb linux-assistant.deb

0 comments on commit 374f4ee

Please sign in to comment.