]> git.pld-linux.org Git - packages/attr.git/blame - attr-miscfix.patch
- 2.0.5, STBR
[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
e4b34c42 8-. ./VERSION
574b17bf 9+PKG_MAJOR=1
e4b34c42
JR
10+PKG_MINOR=1
11+PKG_REVISION=3
574b17bf
AM
12+PKG_BUILD=0
13
14 pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION}
15 pkg_release=$PKG_BUILD
25a61a73 16@@ -108,14 +111,6 @@
574b17bf 17 dnl (usually on Debian, but not Redhat pre-7.0)
25a61a73 18 pkg_man_dir=${prefix}/share/man
574b17bf
AM
19 have_zipped_manpages=false
20-for d in ${prefix}/share/man ${prefix}/man ; do
21- if test -f $d/man1/man.1.gz
22- then
23- pkg_man_dir=$d
24- have_zipped_manpages=true
25- break
26- fi
27-done
28 AC_SUBST(pkg_man_dir)
29 AC_SUBST(have_zipped_manpages)
30
e4b34c42
JR
31@@ -134,7 +134,7 @@
32 AC_SUBST(have_zipped_manpages)
33
34 dnl binaries
35-pkg_bin_dir=${prefix}/bin
36+pkg_bin_dir=/bin
37 AC_SUBST(pkg_bin_dir)
38
39 dnl static libraries
This page took 0.031613 seconds and 4 git commands to generate.