15ae1b326f
svn path=/nixpkgs/trunk/; revision=6113
26 lines
594 B
Diff
26 lines
594 B
Diff
diff -rc attr-2.4.32/Makefile attr-2.4.32.new/Makefile
|
|
*** attr-2.4.32/Makefile 2006-06-20 08:51:25.000000000 +0200
|
|
--- attr-2.4.32.new/Makefile 2006-08-13 20:47:52.000000000 +0200
|
|
***************
|
|
*** 33,51 ****
|
|
endif
|
|
|
|
$(CONFIGURE):
|
|
- autoconf
|
|
- ./configure \
|
|
- --prefix=/ \
|
|
- --exec-prefix=/ \
|
|
- --sbindir=/bin \
|
|
- --bindir=/usr/bin \
|
|
- --libdir=/lib \
|
|
- --libexecdir=/usr/lib \
|
|
- --enable-lib64=yes \
|
|
- --includedir=/usr/include \
|
|
- --mandir=/usr/share/man \
|
|
- --datadir=/usr/share \
|
|
- $$LOCAL_CONFIGURE_OPTIONS
|
|
touch .census
|
|
|
|
aclocal.m4::
|
|
--- 33,38 ----
|