aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/polo/files/patch-makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/polo/files/patch-makefile')
-rw-r--r--x11-fm/polo/files/patch-makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11-fm/polo/files/patch-makefile b/x11-fm/polo/files/patch-makefile
new file mode 100644
index 000000000000..041a1842d28f
--- /dev/null
+++ b/x11-fm/polo/files/patch-makefile
@@ -0,0 +1,32 @@
+--- makefile.orig 2018-08-12 04:41:58 UTC
++++ makefile
+@@ -1,7 +1,7 @@
+-SHELL=/bin/bash
++SHELL=/bin/sh
+ CFLAGS=--std=c99
+
+-prefix=/usr
++prefix=$(PREFIX)
+ bindir=$(prefix)/bin
+ sharedir=$(prefix)/share
+ localedir=$(sharedir)/locale
+@@ -101,17 +101,15 @@ install:
+ mkdir -p "$(DESTDIR)$(sharedir)/${app_name}"
+ mkdir -p "$(DESTDIR)$(sharedir)/pixmaps"
+ mkdir -p "$(DESTDIR)$(sharedir)/appdata"
+- mkdir -p "$(DESTDIR)/var/log/polo"
+
+ #binary
+ install -m 0755 ${app_name}-gtk "$(DESTDIR)$(bindir)"
+ install -m 0755 ${app_name}-gtk3-helper "$(DESTDIR)$(bindir)"
+ install -m 0755 ${app_name}-disk "$(DESTDIR)$(bindir)"
+- install -m 0755 ${app_name}-uninstall "$(DESTDIR)$(bindir)"
+
+ #shared files
+- cp -dpr --no-preserve=ownership -t "$(DESTDIR)$(sharedir)/${app_name}" ./share/${app_name}/*
+- chmod --recursive 0755 $(DESTDIR)$(sharedir)/${app_name}/*
++ cp -Ppr share/${app_name}/* "$(DESTDIR)$(sharedir)/${app_name}"
++ chmod -R 0755 $(DESTDIR)$(sharedir)/${app_name}/*
+ chmod a+x $(DESTDIR)$(sharedir)/${app_name}/files/gtk-theme/install-gtk-theme
+
+ #launcher