From 281614ad7a42fdaa2b4162154451fa66df6a11f3 Mon Sep 17 00:00:00 2001 From: Thomas Woerner Date: Jul 05 2006 16:19:17 +0000 Subject: [tw] - new build patch --- diff --git a/attr-2.4.32-build.patch b/attr-2.4.32-build.patch new file mode 100644 index 0000000..2b89669 --- /dev/null +++ b/attr-2.4.32-build.patch @@ -0,0 +1,36 @@ +--- attr-2.4.32/include/builddefs.in.build 2006-06-20 08:51:25.000000000 +0200 ++++ attr-2.4.32/include/builddefs.in 2006-07-05 16:25:44.000000000 +0200 +@@ -25,14 +25,14 @@ + PKG_VERSION = @pkg_version@ + PKG_PLATFORM = @pkg_platform@ + PKG_DISTRIBUTION= @pkg_distribution@ +-PKG_BIN_DIR = @bindir@ +-PKG_SBIN_DIR = @sbindir@ +-PKG_LIB_DIR = @libdir@@libdirsuffix@ +-PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@ +-PKG_INC_DIR = @includedir@/attr +-PKG_MAN_DIR = @mandir@ +-PKG_DOC_DIR = @datadir@/doc/@pkg_name@ +-PKG_LOCALE_DIR = @datadir@/locale ++PKG_BIN_DIR = $(DESTDIR)@bindir@ ++PKG_SBIN_DIR = $(DESTDIR)@sbindir@ ++PKG_LIB_DIR = $(DESTDIR)@libdir@@libdirsuffix@ ++PKG_DEVLIB_DIR = $(DESTDIR)@libexecdir@@libdirsuffix@ ++PKG_INC_DIR = $(DESTDIR)@includedir@/attr ++PKG_MAN_DIR = $(DESTDIR)@mandir@ ++PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@-@pkg_version@ ++PKG_LOCALE_DIR = $(DESTDIR)@datadir@/locale + + CC = @cc@ + AWK = @awk@ +--- attr-2.4.32/include/buildmacros.build 2006-07-05 16:23:30.000000000 +0200 ++++ attr-2.4.32/include/buildmacros 2006-07-05 16:23:30.000000000 +0200 +@@ -26,7 +26,7 @@ + $(LFILES:.l=.o) \ + $(YFILES:%.y=%.tab.o) + +-INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) ++INSTALL = $(TOPDIR)/install-sh + + SHELL = /bin/sh + IMAGES_DIR = $(TOPDIR)/all-images