Skip to content

Commit ecabd93

Browse files
committed
Fixes chmod invocation
1 parent dbc488d commit ecabd93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ if [ -L /usr/share/rtl_airband/config/default.conf ]; then
5555
fi
5656
EOF
5757

58-
chmod 755 "${package_root}/DEBIAN/{postinst,prerm}"
58+
chmod 755 "${package_root}/DEBIAN/postinst" "${package_root}/DEBIAN/prerm"
5959

6060

6161
# creates package structure

0 commit comments

Comments
 (0)