Skip to content

Commit 139ab32

Browse files
Fix control dir bad perm
Co-Authored-By: Mustakim Ahmed Sifat <[email protected]>
1 parent 7dacf68 commit 139ab32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make-deb.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ rm -fr $_opt_dir
4242
exit 0
4343
PRERM_EOF
4444

45+
chmod 755 ./build_env/DEBIAN
4546
chmod 755 ./build_env/DEBIAN/{control,prerm}
4647
cp -fr scripts/launch.sh ./build_env/$_bin_dir/$_PACKAGE
4748
chmod 755 ./build_env/$_bin_dir/$_PACKAGE

0 commit comments

Comments
 (0)