]> git.pld-linux.org Git - packages/gcstar.git/blame - gcstar-mandir.patch
- more BRs
[packages/gcstar.git] / gcstar-mandir.patch
CommitLineData
92e12130 1diff -Nur gcstar.orig/install gcstar/install
2--- gcstar.orig/install 2006-08-18 12:12:00.000000000 +0000
3+++ gcstar/install 2006-12-02 17:46:03.000000000 +0000
4@@ -95,7 +95,7 @@
5 }
6
7 unlink $baseDir.'/bin/'.$binName;
8- unlink $baseDir.'/man/man1'.$binName.'1';
9+ unlink $baseDir.'/share/man/man1'.$binName.'1';
10 }
11
12 sub recursiveCopy
13@@ -142,8 +142,8 @@
14 mkpath $baseDir.'/bin';
15 copy 'bin/gcstar', $baseDir.'/bin/'.$binName;
16
17- mkpath $baseDir.'/man/man1';
18- my $manPage = "$baseDir/man/man1/$binName.1";
19+ mkpath $baseDir.'/share/man/man1';
20+ my $manPage = "$baseDir/share/man/man1/$binName.1";
21 copy 'man/gcstar.1', $manPage;
22 `gzip $manPage 2>&1 >/dev/null`;
23
This page took 0.292068 seconds and 4 git commands to generate.