summaryrefslogtreecommitdiff
path: root/media-radio/xwxapt/files/xwxapt-3.3-install.patch
blob: eed2464d37066d68cbf36d7a1481e752800c9fca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;