From 9f0b738c6345460d7dc2cadb4e511ef608cac7ff Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Dec 2017 15:41:02 +0000 Subject: don't hardcode library path --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3