diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 06:36:40 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2016-12-23 06:36:40 +0000 |
commit | 22704276f7d9b290f91b6023bf9bcbe7020a5869 (patch) | |
tree | 549ceb1b995e2a3f5b67b378ed49421537835d38 | |
parent | f7c5a5ac8df1a35226d5519238ae0afaa206d35b (diff) |
adjust makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,5 +21,7 @@ install: install -d $(DESTDIR)$(UBINDIR) install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/ + install -d $(DESTDIR)$(LIBDIR) + install -m 0755 libsisyphus $(DESTDIR)$(LIBDIR)/ install -d $(DESTDIR)$(POLKITDIR) install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ |