summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2001-05-01 21:22:17 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit64aa581743f7c0b7bd2b7d35d89d4be214f062fc (patch)
treefbe981eb997438362fb1165ad1c6822aafb2e513
parentdcda5a6b004407da2d73ae3ad4b98f20d9815430 (diff)
downloadacl-64aa581743f7c0b7bd2b7d35d89d4be214f062fc.zip
acl-64aa581743f7c0b7bd2b7d35d89d4be214f062fc.tar.gz
93ec3add1c442fbd6b2cbd8316c5f819 acl-miscfix.patch
67d72467dc11cb76f204e7ec7df57c6d acl-1.0.1.src.tar.gz Changed files: acl-miscfix.patch -> 1.1
-rw-r--r--acl-miscfix.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/acl-miscfix.patch b/acl-miscfix.patch
new file mode 100644
index 0000000..4fa1445
--- /dev/null
+++ b/acl-miscfix.patch
@@ -0,0 +1,33 @@
+diff -urN acl-1.0.1.org/configure.in acl-1.0.1/configure.in
+--- acl-1.0.1.org/configure.in Tue May 1 23:09:17 2001
++++ acl-1.0.1/configure.in Tue May 1 23:09:55 2001
+@@ -28,7 +28,10 @@
+ AC_SUBST(malloc_lib)
+
+ dnl Set version
+-. VERSION
++PKG_MAJOR=1
++PKG_MINOR=0
++PKG_REVISION=1
++PKG_BUILD=0
+
+ pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
+ pkg_release=$PKG_BUILD
+@@ -108,16 +111,8 @@
+ dnl man pages (source)
+ dnl also check if man page source is gzipped
+ dnl (usually on Debian, but not Redhat pre-7.0)
+-pkg_man_dir=${prefix}/man
++pkg_man_dir=${prefix}/share/man
+ have_zipped_manpages=false
+-for d in ${prefix}/share/man ${prefix}/man ; do
+- if test -f $d/man1/man.1.gz
+- then
+- pkg_man_dir=$d
+- have_zipped_manpages=true
+- break
+- fi
+-done
+ AC_SUBST(pkg_man_dir)
+ AC_SUBST(have_zipped_manpages)
+