summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-12-09 15:41:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-12-09 15:41:02 +0000
commit9f0b738c6345460d7dc2cadb4e511ef608cac7ff (patch)
tree6906b8c97f4ddcf5dfa2a131595a57686a84b708 /Makefile
parent107b56a24f24b1af80edda6e61bd2242f93abc3f (diff)
don't hardcode library path
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 70579b0..af54dfd 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,6 @@ UBINDIR ?= /usr/bin
DESKTOPDIR ?= /usr/share/applications
PIXMAPDIR ?= /usr/share/pixmaps
SISYPHUSDATADIR ?= /usr/share/sisyphus
-SISYPHUSPYLIBDIR ?= /usr/lib64/python3.5
POLKITDIR ?= /usr/share/polkit-1/actions
all:
@@ -19,8 +18,6 @@ install:
install -d $(DESTDIR)$(UBINDIR)
install -m 0755 sisyphus-gui $(DESTDIR)$(UBINDIR)/
install -m 0755 sisyphus-gui-pkexec $(DESTDIR)$(UBINDIR)/
- install -d $(DESTDIR)$(SISYPHUSPYLIBDIR)
- install -m 0644 src/backend/libsisyphus.py $(DESTDIR)$(SISYPHUSPYLIBDIR)/
install -d $(DESTDIR)$(SISYPHUSDATADIR)
install -d $(DESTDIR)$(SISYPHUSDATADIR)/helpers
install -d $(DESTDIR)$(SISYPHUSDATADIR)/icon
@@ -44,4 +41,3 @@ uninstall:
rm -rf $(DESTDIR)$(PIXMAPDIR)/sisyphus-gui.png
rm -rf $(DESTDIR)$(POLKITDIR)/org.redcorelinux.sisyphus-gui.policy
rm -rf $(DESTDIR)$(SISYPHUSDATADIR)
- rm -rf $(DESTDIR)$(SISYPHUSPYLIBDIR)/libsisyphus.py