]> git.decadent.org.uk Git - dak.git/commitdiff
Chmod the win32-loader byhand files to 0644
authorDidier Raboud <odyx@debian.org>
Wed, 26 Jan 2011 11:11:43 +0000 (12:11 +0100)
committerDidier Raboud <odyx@debian.org>
Wed, 26 Jan 2011 11:11:43 +0000 (12:11 +0100)
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