Package: xdemorse / 3.6.2-2

010_installation-fixes.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Skip manual installation of data files
 There are several issues in this target, so it has been disabled and the
 files are instead installed with dh helpers:
 - uses cp to copy to non-existing directories
 - installs png instead of svg file
 - installs files to home directory of build user
 - installs manpage also to doc directory

--- a/Makefile.am
+++ b/Makefile.am
@@ -44,7 +44,7 @@
 				 po/xdemorse.pot \
 				 Makefile
 
-install-data-local:
+DISABLE-install-data-local:
 	@$(NORMAL_INSTALL)
 	if test -d files/; then \
 	  cp files/$(PACKAGE).desktop $(DESTDIR)/usr/share/applications/; \