]> git.pld-linux.org Git - packages/acl.git/commitdiff
93ec3add1c442fbd6b2cbd8316c5f819 acl-miscfix.patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 1 May 2001 21:22:17 +0000 (21:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
67d72467dc11cb76f204e7ec7df57c6d  acl-1.0.1.src.tar.gz

Changed files:
    acl-miscfix.patch -> 1.1

acl-miscfix.patch [new file with mode: 0644]

diff --git a/acl-miscfix.patch b/acl-miscfix.patch
new file mode 100644 (file)
index 0000000..4fa1445
--- /dev/null
@@ -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)
This page took 0.058311 seconds and 4 git commands to generate.