]> git.decadent.org.uk Git - dak.git/blobdiff - scripts/debian/byhand-win32-loader
Chmod the win32-loader byhand files to 0644
[dak.git] / scripts / debian / byhand-win32-loader
index 2a4abf1b125fc944031cd4f7b0b97ae148f356f4..68ea693595c59f15184cbf8935494e1795eb8a24 100755 (executable)
@@ -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