diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-30 02:03:50 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-30 02:03:50 +0200 |
| commit | 0ca1e00045b8f8884b761680c2d212e448012a46 (patch) | |
| tree | 3ab95d091833528033ddc9d8fc3f3acdeb9ae513 /Makefile | |
| parent | add makefile (diff) | |
| download | gates-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-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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: |
