Thomas Woerner 281614
--- attr-2.4.32/include/builddefs.in.build	2006-06-20 08:51:25.000000000 +0200
Thomas Woerner 281614
+++ attr-2.4.32/include/builddefs.in	2006-07-05 16:25:44.000000000 +0200
Thomas Woerner 281614
@@ -25,14 +25,14 @@
Thomas Woerner 281614
 PKG_VERSION	= @pkg_version@
Thomas Woerner 281614
 PKG_PLATFORM	= @pkg_platform@
Thomas Woerner 281614
 PKG_DISTRIBUTION= @pkg_distribution@
Thomas Woerner 281614
-PKG_BIN_DIR	= @bindir@
Thomas Woerner 281614
-PKG_SBIN_DIR	= @sbindir@
Thomas Woerner 281614
-PKG_LIB_DIR	= @libdir@@libdirsuffix@
Thomas Woerner 281614
-PKG_DEVLIB_DIR	= @libexecdir@@libdirsuffix@
Thomas Woerner 281614
-PKG_INC_DIR	= @includedir@/attr
Thomas Woerner 281614
-PKG_MAN_DIR	= @mandir@
Thomas Woerner 281614
-PKG_DOC_DIR	= @datadir@/doc/@pkg_name@
Thomas Woerner 281614
-PKG_LOCALE_DIR	= @datadir@/locale
Thomas Woerner 281614
+PKG_BIN_DIR	= $(DESTDIR)@bindir@
Thomas Woerner 281614
+PKG_SBIN_DIR	= $(DESTDIR)@sbindir@
Thomas Woerner 281614
+PKG_LIB_DIR	= $(DESTDIR)@libdir@@libdirsuffix@
Thomas Woerner 281614
+PKG_DEVLIB_DIR	= $(DESTDIR)@libexecdir@@libdirsuffix@
Thomas Woerner 281614
+PKG_INC_DIR	= $(DESTDIR)@includedir@/attr
Thomas Woerner 281614
+PKG_MAN_DIR	= $(DESTDIR)@mandir@
Thomas Woerner 281614
+PKG_DOC_DIR	= $(DESTDIR)@datadir@/doc/@pkg_name@-@pkg_version@
Thomas Woerner 281614
+PKG_LOCALE_DIR	= $(DESTDIR)@datadir@/locale
Thomas Woerner 281614
 
Thomas Woerner 281614
 CC		= @cc@
Thomas Woerner 281614
 AWK		= @awk@
Thomas Woerner 281614
--- attr-2.4.32/include/buildmacros.build	2006-07-05 16:23:30.000000000 +0200
Thomas Woerner 281614
+++ attr-2.4.32/include/buildmacros	2006-07-05 16:23:30.000000000 +0200
Thomas Woerner 281614
@@ -26,7 +26,7 @@
Thomas Woerner 281614
 	  $(LFILES:.l=.o) \
Thomas Woerner 281614
 	  $(YFILES:%.y=%.tab.o)
Thomas Woerner 281614
 
Thomas Woerner 281614
-INSTALL	= $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
Thomas Woerner 281614
+INSTALL	= $(TOPDIR)/install-sh
Thomas Woerner 281614
 
Thomas Woerner 281614
 SHELL = /bin/sh
Thomas Woerner 281614
 IMAGES_DIR = $(TOPDIR)/all-images