X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=scripts%2Fdebian%2Fbyhand-win32-loader;h=68ea693595c59f15184cbf8935494e1795eb8a24;hb=96b4cae49dd5d752de6767a25fb2b3a2b3b4deb1;hp=2a4abf1b125fc944031cd4f7b0b97ae148f356f4;hpb=bba1c2f72f628fd1a5d111caed5796f652563ca6;p=dak.git diff --git a/scripts/debian/byhand-win32-loader b/scripts/debian/byhand-win32-loader index 2a4abf1b..68ea6935 100755 --- a/scripts/debian/byhand-win32-loader +++ b/scripts/debian/byhand-win32-loader @@ -43,4 +43,7 @@ fi # Put said file into the tools directory cp "$WIN32_LOADER_FILE" "$TARGET" +# Chmod it correctly +chmod 0644 "${TARGET}${WIN32_LOADER_FILE}" + exit 0