summaryrefslogtreecommitdiff
path: root/packages/debian/patches/07_fix_manpath.dpatch
diff options
context:
space:
mode:
authorJörg Frings-Fürst <jff@merkur>2014-07-06 15:20:38 +0200
committerJörg Frings-Fürst <jff@merkur>2014-07-06 15:20:38 +0200
commit126bb8cb6b93240bb4d3a2b816b74c286c3d422b (patch)
treee66e1dfe77d53a52539489765c88d23e4423ae27 /packages/debian/patches/07_fix_manpath.dpatch
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'packages/debian/patches/07_fix_manpath.dpatch')
-rw-r--r--packages/debian/patches/07_fix_manpath.dpatch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/debian/patches/07_fix_manpath.dpatch b/packages/debian/patches/07_fix_manpath.dpatch
new file mode 100644
index 0000000..53fb281
--- /dev/null
+++ b/packages/debian/patches/07_fix_manpath.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## test.dpatch by <nyall@crackfox>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad gcstarzombiepig-1.6~/install gcstarzombiepig-1.6/install
+--- gcstarzombiepig-1.6~/install 2009-09-20 17:32:03.000000000 -0300
++++ gcstarzombiepig-1.6/install 2009-09-20 17:33:56.000000000 -0300
+@@ -107,7 +107,7 @@
+ }
+
+ unlink $baseDir.'/bin/'.$binName;
+- unlink $baseDir.'/man/man1/'.$binName.'.1.gz';
++ unlink $baseDir.'/share/man/man1/'.$binName.'.1.gz';
+
+ # remove menu and mime items
+