Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes chmod invocation
Browse files Browse the repository at this point in the history
svavassori committed Jun 26, 2023
1 parent dbc488d commit ecabd93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/package.sh
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ if [ -L /usr/share/rtl_airband/config/default.conf ]; then
fi
EOF

chmod 755 "${package_root}/DEBIAN/{postinst,prerm}"
chmod 755 "${package_root}/DEBIAN/postinst" "${package_root}/DEBIAN/prerm"


# creates package structure

0 comments on commit ecabd93

Please sign in to comment.