summaryrefslogtreecommitdiff
path: root/media-radio/xwxapt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-01-26 15:48:02 +0000
commit38b7258d086dd5e263c3bbe3880c8c956676bc71 (patch)
tree6fce284d5bfddaf597a490ac66069d16c6a485db /media-radio/xwxapt/files
parent0ebf740b9c9bc7c10ac41bea315ecc6c01c79166 (diff)
gentoo resync : 25.01.2018
Diffstat (limited to 'media-radio/xwxapt/files')
-rw-r--r--media-radio/xwxapt/files/xwxapt-3.3-install.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-radio/xwxapt/files/xwxapt-3.3-install.patch b/media-radio/xwxapt/files/xwxapt-3.3-install.patch
new file mode 100644
index 000000000000..eed2464d3706
--- /dev/null
+++ b/media-radio/xwxapt/files/xwxapt-3.3-install.patch
@@ -0,0 +1,22 @@
+--- Makefile.am.orig 2018-01-22 19:40:47.638751354 +0100
++++ Makefile.am 2018-01-22 19:41:28.830090441 +0100
+@@ -48,18 +48,5 @@
+ if test -d files/; then \
+ cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \
+ cp files/$(PACKAGE).png $(DESTDIR)/usr/share/pixmaps/; \
+- fi; \
+- if !(test -d $(DESTDIR)/usr/share/doc/$(PACKAGE)); then \
+- mkdir $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
+- fi; \
+- if test -d doc/; then \
+- cp -r doc/* $(DESTDIR)/usr/share/doc/$(PACKAGE)/; \
+- cp -r doc/$(PACKAGE).1.gz $(DESTDIR)/usr/share/man/man1/; \
+- fi; \
+- if !(test -d /home/`logname`/$(PACKAGE)); then \
+- cp -r $(PACKAGE) /home/`logname`/; \
+- else \
+- cp $(PACKAGE)/$(PACKAGE).glade /home/`logname`/$(PACKAGE); \
+- fi; \
+- chown -R `logname`:`logname` /home/`logname`/$(PACKAGE);
++ fi;
+