]> git.pld-linux.org Git - packages/attr.git/commitdiff
6f51f0fccc0e6620f244cd7cb3136af6 attr-miscfix.patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 1 May 2001 20:47:13 +0000 (20:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
dfab64ddfae953a86db259a5c1d40082  attr-1.0.1.src.tar.gz

Changed files:
    attr-miscfix.patch -> 1.1

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

diff --git a/attr-miscfix.patch b/attr-miscfix.patch
new file mode 100644 (file)
index 0000000..b36947b
--- /dev/null
@@ -0,0 +1,33 @@
+diff -urN attr-1.0.1.org/configure.in attr-1.0.1/configure.in
+--- attr-1.0.1.org/configure.in        Tue May  1 22:33:54 2001
++++ attr-1.0.1/configure.in    Tue May  1 22:39:07 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.27454 seconds and 4 git commands to generate.