]> git.pld-linux.org Git - packages/attr.git/blame - attr-miscfix.patch
- spec adapterized,
[packages/attr.git] / attr-miscfix.patch
CommitLineData
574b17bf
AM
1diff -urN attr-1.0.1.org/configure.in attr-1.0.1/configure.in
2--- attr-1.0.1.org/configure.in Tue May 1 22:33:54 2001
3+++ attr-1.0.1/configure.in Tue May 1 22:39:07 2001
4@@ -28,7 +28,10 @@
5 AC_SUBST(malloc_lib)
6
7 dnl Set version
8-. VERSION
9+PKG_MAJOR=1
10+PKG_MINOR=0
11+PKG_REVISION=1
12+PKG_BUILD=0
13
14 pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
15 pkg_release=$PKG_BUILD
16@@ -108,16 +111,8 @@
17 dnl man pages (source)
18 dnl also check if man page source is gzipped
19 dnl (usually on Debian, but not Redhat pre-7.0)
20-pkg_man_dir=${prefix}/man
21+pkg_man_dir=${prefix}/share/man
22 have_zipped_manpages=false
23-for d in ${prefix}/share/man ${prefix}/man ; do
24- if test -f $d/man1/man.1.gz
25- then
26- pkg_man_dir=$d
27- have_zipped_manpages=true
28- break
29- fi
30-done
31 AC_SUBST(pkg_man_dir)
32 AC_SUBST(have_zipped_manpages)
33
This page took 0.028667 seconds and 4 git commands to generate.