Blob Blame History Raw
From ed60fd28185aacb7cb87d101daa62dca280fa735 Mon Sep 17 00:00:00 2001
From: Ruben <ruben@rubenkerkhof.com>
Date: Sun, 17 Oct 2010 19:00:06 +0200
Subject: [PATCH] Fix permissions on manfile

---
 configure.makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.makefile b/configure.makefile
index aed7ca6..ca27732 100644
--- a/configure.makefile
+++ b/configure.makefile
@@ -12,7 +12,7 @@ install:
 	ln -s /etc/ajaxterm.conf "%(lib)s"/ajaxterm_config.js
 	gzip --best -c ajaxterm.1 > ajaxterm.1.gz
 	install -d "%(man)s"
-	install ajaxterm.1.gz "%(man)s"
+	install -pm 0644 ajaxterm.1.gz "%(man)s"
 
 clean:
 	rm ajaxterm.bin
-- 
1.7.3.1