aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xpad-current/files/patch-doc_Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xpad-current/files/patch-doc_Makefile.am')
-rw-r--r--deskutils/xpad-current/files/patch-doc_Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/deskutils/xpad-current/files/patch-doc_Makefile.am b/deskutils/xpad-current/files/patch-doc_Makefile.am
new file mode 100644
index 000000000000..cc42cb30984a
--- /dev/null
+++ b/deskutils/xpad-current/files/patch-doc_Makefile.am
@@ -0,0 +1,14 @@
+--- doc/Makefile.am.orig 2014-12-17 16:24:43 UTC
++++ doc/Makefile.am
+@@ -5,9 +5,9 @@ uninstall-man: uninstall-man1
+
+ install-data-local:
+ @echo "Create help directory"
+- $(MKDIR_P) $(helpdir)
++ $(MKDIR_P) $(DESTDIR)$(helpdir)
+ @echo "Copying help file"
+- cp xpad-user-help.txt $(helpdir)
++ cp xpad-user-help.txt $(DESTDIR)$(helpdir)
+
+ uninstall-local:
+ @echo "Delete help directory"