]> git.pld-linux.org Git - packages/gcstar.git/blame - gcstar-mandir.patch
- tabs in preamble
[packages/gcstar.git] / gcstar-mandir.patch
CommitLineData
88d57994
SS
1--- gcstar/install.orig 2007-01-11 02:37:48.000000000 +0000
2+++ gcstar/install 2007-01-11 02:40:39.000000000 +0000
3@@ -103,7 +103,7 @@
92e12130 4 }
5
6 unlink $baseDir.'/bin/'.$binName;
88d57994
SS
7- unlink $baseDir.'/man/man1/'.$binName.'.1.gz';
8+ unlink $baseDir.'/share/man/man1/'.$binName.'.1.gz';
92e12130 9 }
10
11 sub recursiveCopy
88d57994 12@@ -155,9 +155,9 @@
92e12130 13 mkpath $baseDir.'/bin';
14 copy 'bin/gcstar', $baseDir.'/bin/'.$binName;
15
88d57994 16- verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/man/man1';
92e12130 17- mkpath $baseDir.'/man/man1';
18- my $manPage = "$baseDir/man/man1/$binName.1";
88d57994 19+ verbosePrint $lang{InstallCopyDirectory}, $baseDir.'/share/man/man1';
92e12130 20+ mkpath $baseDir.'/share/man/man1';
21+ my $manPage = "$baseDir/share/man/man1/$binName.1";
22 copy 'man/gcstar.1', $manPage;
88d57994 23 `gzip -f $manPage 2>&1 >/dev/null`;
92e12130 24
This page took 0.186384 seconds and 4 git commands to generate.