aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-30 02:03:50 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-30 02:03:50 +0200
commit0ca1e00045b8f8884b761680c2d212e448012a46 (patch)
tree3ab95d091833528033ddc9d8fc3f3acdeb9ae513 /Makefile
parentadd makefile (diff)
downloadgates-of-tartaros-0ca1e00045b8f8884b761680c2d212e448012a46.tar.gz
gates-of-tartaros-0ca1e00045b8f8884b761680c2d212e448012a46.tar.bz2
gates-of-tartaros-0ca1e00045b8f8884b761680c2d212e448012a46.tar.xz
fix makefile
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2e99499..3226df4 100644
--- a/Makefile
+++ b/Makefile
@@ -35,8 +35,9 @@ install: got.install got.py.install got-cmd.install
install -Dm755 -- "got.install" "$(DESTDIR)$(PREFIX)$(SBIN)/got"
install -Dm755 -- "got.py.install" "$(DESTDIR)$(PREFIX)$(LIBEXEC)/got.py"
install -Dm755 -- "got-cmd.install" "$(DESTDIR)$(PREFIX)$(BIN)/got-cmd"
- install -Dm755 -- "gotrc" "$(DESTDIR)$(SYSCONF)/gotrc.examples/lower-left-ponysay"
- install -Dm755 -- COPYING LICENSE "$(DESTDIR)$(LICENSES)/$(PKGNAME)"
+ install -Dm644 -- "gotrc" "$(DESTDIR)$(SYSCONF)/gotrc.examples/lower-left-ponysay"
+ install -d -- "$(DESTDIR)$(LICENSES)/$(PKGNAME)"
+ install -m644 -- COPYING LICENSE "$(DESTDIR)$(LICENSES)/$(PKGNAME)"
uninstall: