[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] Chmod the win32-loader byhand files to 0644



---
 scripts/debian/byhand-win32-loader |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/scripts/debian/byhand-win32-loader b/scripts/debian/byhand-win32-loader
index 2a4abf1..68ea693 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
-- 
1.5.6.5



Reply to: