blob: 0a8dc3a974fc70d347581abfebe951322021ef93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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';
|