Thomas Woerner cc15b4
--- attr-2.4.24/include/buildmacros.build	2005-12-06 16:47:17.000000000 +0100
Thomas Woerner cc15b4
+++ attr-2.4.24/include/buildmacros	2005-12-06 16:48:49.000000000 +0100
Thomas Woerner cc15b4
@@ -54,7 +54,7 @@
Thomas Woerner cc15b4
 	  $(LFILES:.l=.o) \
Thomas Woerner cc15b4
 	  $(YFILES:%.y=%.tab.o)
Thomas Woerner cc15b4
 
Thomas Woerner cc15b4
-INSTALL	= $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
Thomas Woerner cc15b4
+INSTALL	= $(TOPDIR)/install-sh
Thomas Woerner cc15b4
 
Thomas Woerner cc15b4
 SHELL = /bin/sh
Thomas Woerner cc15b4
 IMAGES_DIR = $(TOPDIR)/all-images
Thomas Woerner cc15b4
--- attr-2.4.24/include/builddefs.in.build	2005-12-06 16:47:01.000000000 +0100
Thomas Woerner cc15b4
+++ attr-2.4.24/include/builddefs.in	2005-12-06 16:48:18.000000000 +0100
Thomas Woerner cc15b4
@@ -52,14 +52,14 @@
Thomas Woerner cc15b4
 PKG_VERSION	= @pkg_version@
Thomas Woerner cc15b4
 PKG_PLATFORM	= @pkg_platform@
Thomas Woerner cc15b4
 PKG_DISTRIBUTION= @pkg_distribution@
Thomas Woerner cc15b4
-PKG_BIN_DIR	= @bindir@
Thomas Woerner cc15b4
-PKG_SBIN_DIR	= @sbindir@
Thomas Woerner cc15b4
-PKG_LIB_DIR	= @libdir@
Thomas Woerner cc15b4
-PKG_DEVLIB_DIR	= @libexecdir@
Thomas Woerner cc15b4
-PKG_INC_DIR	= @includedir@/attr
Thomas Woerner cc15b4
-PKG_MAN_DIR	= @mandir@
Thomas Woerner cc15b4
-PKG_DOC_DIR	= @datadir@/doc/@pkg_name@
Thomas Woerner cc15b4
-PKG_LOCALE_DIR	= @datadir@/locale
Thomas Woerner cc15b4
+PKG_BIN_DIR	= $(DESTDIR)@bindir@
Thomas Woerner cc15b4
+PKG_SBIN_DIR	= $(DESTDIR)@sbindir@
Thomas Woerner cc15b4
+PKG_LIB_DIR	= $(DESTDIR)@libdir@
Thomas Woerner cc15b4
+PKG_DEVLIB_DIR	= $(DESTDIR)@libexecdir@
Thomas Woerner cc15b4
+PKG_INC_DIR	= $(DESTDIR)@includedir@/attr
Thomas Woerner cc15b4
+PKG_MAN_DIR	= $(DESTDIR)@mandir@
Thomas Woerner cc15b4
+PKG_DOC_DIR	= $(DESTDIR)@datadir@/doc/@pkg_name@-@pkg_version@
Thomas Woerner cc15b4
+PKG_LOCALE_DIR	= $(DESTDIR)@datadir@/locale
Thomas Woerner cc15b4
 
Thomas Woerner cc15b4
 CC		= @cc@
Thomas Woerner cc15b4
 AWK		= @awk@