diff options
author | Jörg Frings-Fürst <jff@merkur> | 2014-07-06 15:20:38 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <jff@merkur> | 2014-07-06 15:20:38 +0200 |
commit | 126bb8cb6b93240bb4d3a2b816b74c286c3d422b (patch) | |
tree | e66e1dfe77d53a52539489765c88d23e4423ae27 /packages/debian/patches/04-install-set_usr_lib.dpatch |
Imported Upstream version 1.7.0upstream/1.7.0
Diffstat (limited to 'packages/debian/patches/04-install-set_usr_lib.dpatch')
-rw-r--r-- | packages/debian/patches/04-install-set_usr_lib.dpatch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/debian/patches/04-install-set_usr_lib.dpatch b/packages/debian/patches/04-install-set_usr_lib.dpatch new file mode 100644 index 0000000..0a8dc3a --- /dev/null +++ b/packages/debian/patches/04-install-set_usr_lib.dpatch @@ -0,0 +1,21 @@ +#! /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 gcstar~/install gcstar/install +--- gcstar~/install 2009-09-20 20:49:02.000000000 -0300 ++++ gcstar/install 2009-09-20 20:50:50.000000000 -0300 +@@ -196,8 +196,8 @@ + chmod 0755, $baseDir.'/bin/'.$binName; + + #Copying lib +- verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/lib/gcstar'; +- recursiveCopy('lib/gcstar', $baseDir.'/lib/gcstar'); ++ verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/share/gcstar/lib'; ++ recursiveCopy('lib/gcstar', $baseDir.'/share/gcstar/lib'); + + #Copying share + verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/share/gcstar'; |