]> git.pld-linux.org Git - packages/attr.git/blob - attr-miscfix.patch
- fixed libattr.so symlink
[packages/attr.git] / attr-miscfix.patch
1 diff -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 @@ -108,13 +111,6 @@
5  dnl also check if man page source is gzipped
6  dnl (usually on Debian, but not Redhat pre-7.0)
7  have_zipped_manpages=false
8 -for d in ${prefix}/share/man ${prefix}/man ; do
9 -    if test -f $d/man1/man.1.gz
10 -    then
11 -       have_zipped_manpages=true
12 -       break
13 -    fi
14 -done
15  AC_SUBST(have_zipped_manpages)
16  
17  dnl build definitions for use in Makefiles
This page took 0.025562 seconds and 3 git commands to generate.