From 2563a04efa5d78803f850de13f9b8f92e87b7b28 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 13 Aug 2002 15:47:24 +0000 Subject: [PATCH] - updated to 2.0.9 Changed files: attr-miscfix.patch -> 1.4 --- attr-miscfix.patch | 28 +++------------------------- 1 file changed, 3 insertions(+), 25 deletions(-) diff --git a/attr-miscfix.patch b/attr-miscfix.patch index 53a3452..65b5637 100644 --- a/attr-miscfix.patch +++ b/attr-miscfix.patch @@ -1,39 +1,17 @@ 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=1 -+PKG_REVISION=3 -+PKG_BUILD=0 - - pkg_version=${PKG_MAJOR}.${PKG_MINOR}.${PKG_REVISION} - pkg_release=$PKG_BUILD -@@ -108,14 +111,6 @@ +@@ -108,13 +111,6 @@ + dnl also check if man page source is gzipped dnl (usually on Debian, but not Redhat pre-7.0) - 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) -@@ -134,7 +134,7 @@ - AC_SUBST(have_zipped_manpages) - - dnl binaries --pkg_bin_dir=${prefix}/bin -+pkg_bin_dir=/bin - AC_SUBST(pkg_bin_dir) - - dnl static libraries + dnl build definitions for use in Makefiles -- 2.43.0