summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-14 19:46:11 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2012-08-14 19:46:11 +0200
commit59d34401a891c62a664f96058a9420120b05ab09 (patch)
tree2b388b93859096806b8e11744981d77b3128fef1
parentd1665ccb21abc10820b05acc98fadf86c7e19fe7 (diff)
fix chmod of installed files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 164deb4..2b581e7 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ all:
install:
install -d $(presentationdir)
- install -t $(presentationdir) $(wildcard $(SRCDIR)src/presnt/*)
+ install -m 644 -t $(presentationdir) $(wildcard $(SRCDIR)src/presnt/*)
uninstall:
$(info Sorry, not implemented.)