summaryrefslogtreecommitdiff
path: root/packages/debian/patches/04-install-set_usr_lib.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/debian/patches/04-install-set_usr_lib.dpatch')
-rw-r--r--packages/debian/patches/04-install-set_usr_lib.dpatch21
1 files changed, 0 insertions, 21 deletions
diff --git a/packages/debian/patches/04-install-set_usr_lib.dpatch b/packages/debian/patches/04-install-set_usr_lib.dpatch
deleted file mode 100644
index 0a8dc3a..0000000
--- a/packages/debian/patches/04-install-set_usr_lib.dpatch
+++ /dev/null
@@ -1,21 +0,0 @@
-#! /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';