summaryrefslogtreecommitdiff
path: root/packages/debian/patches/02gzip-manpage.dpatch
blob: 6829218e48f3162535758a063bc42690bcb69e21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02gzip-manpage.dpatch by Alexander Wirt <formorer@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad gcstar-0.4.1~/install gcstar-0.4.1/install
--- gcstar-0.4.1~/install	2006-10-14 09:25:28.000000000 +0200
+++ gcstar-0.4.1/install	2006-10-14 09:25:36.000000000 +0200
@@ -145,7 +145,7 @@
     mkpath $baseDir.'/man/man1';
     my $manPage = "$baseDir/man/man1/$binName.1";
     copy 'man/gcstar.1', $manPage;
-    `gzip -f $manPage 2>&1 >/dev/null`;
+    `gzip -f -9 $manPage 2>&1 >/dev/null`;
     
     chmod 0755, $baseDir.'/bin/'.$binName;