summaryrefslogtreecommitdiffstats
path: root/archive-libs/zziplib
diff options
context:
space:
mode:
authorThomas Orgis2008-02-11 16:41:42 +0100
committerThomas Orgis2008-02-11 16:41:42 +0100
commitf060ddfcf9343fd1a1fd5f112bd1f6ec6aaeaff8 (patch)
treecd3ad843bcda50f5e80f13085eeec2ffbe4b3238 /archive-libs/zziplib
parent0b7a8a38da108df986e83997f7bca6143f2a8b7d (diff)
zziplib: fix install on systems with many man pages
Diffstat (limited to 'archive-libs/zziplib')
-rw-r--r--archive-libs/zziplib/HISTORY4
-rwxr-xr-xarchive-libs/zziplib/PRE_BUILD5
2 files changed, 9 insertions, 0 deletions
diff --git a/archive-libs/zziplib/HISTORY b/archive-libs/zziplib/HISTORY
index cace951d8d..3d03e76aba 100644
--- a/archive-libs/zziplib/HISTORY
+++ b/archive-libs/zziplib/HISTORY
@@ -1,3 +1,7 @@
+2008-02-11 Thomas Orgis <sobukus@sourcemage.org>
+ * PRE_BUILD: Do no chmod 644 * in /usr/share/man/man3 ... that can break build with too
+ long argument list and is unnecessary anyhow.
+
2008-01-06 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: PATCHLEVEL=1
* BUILD: Fix datadir location (See Debian Bug #439395)
diff --git a/archive-libs/zziplib/PRE_BUILD b/archive-libs/zziplib/PRE_BUILD
new file mode 100755
index 0000000000..f997d0b557
--- /dev/null
+++ b/archive-libs/zziplib/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+message "${MESSAGE_COLOR}Removing that chmod * thing that may choke on install (too many args).$DEFAULT_COLOR" &&
+sed -i 's/chmod 664 \*/true/' docs/Makefile.am &&
+sed -i 's/chmod 664 \*/true/' docs/Makefile.in