Thomas Woerner b6b9a6
--- acl-2.2.39/include/builddefs.in.build	2006-06-20 02:51:25.000000000 -0400
Thomas Woerner b6b9a6
+++ acl-2.2.39/include/builddefs.in	2006-07-05 12:34:05.000000000 -0400
Thomas Woerner b6b9a6
@@ -26,14 +26,14 @@
Thomas Woerner b6b9a6
 PKG_VERSION	= @pkg_version@
Thomas Woerner b6b9a6
 PKG_PLATFORM	= @pkg_platform@
Thomas Woerner b6b9a6
 PKG_DISTRIBUTION= @pkg_distribution@
Thomas Woerner b6b9a6
-PKG_BIN_DIR	= @bindir@
Thomas Woerner b6b9a6
-PKG_SBIN_DIR	= @sbindir@
Thomas Woerner b6b9a6
-PKG_LIB_DIR	= @libdir@@libdirsuffix@
Thomas Woerner b6b9a6
-PKG_DEVLIB_DIR	= @libexecdir@@libdirsuffix@
Thomas Woerner b6b9a6
-PKG_INC_DIR	= @includedir@
Thomas Woerner b6b9a6
-PKG_MAN_DIR	= @mandir@
Thomas Woerner b6b9a6
-PKG_DOC_DIR	= @datadir@/doc/@pkg_name@
Thomas Woerner b6b9a6
-PKG_LOCALE_DIR	= @datadir@/locale
Thomas Woerner b6b9a6
+PKG_BIN_DIR	= $(DESTDIR)@bindir@
Thomas Woerner b6b9a6
+PKG_SBIN_DIR	= $(DESTDIR)@sbindir@
Thomas Woerner b6b9a6
+PKG_LIB_DIR	= $(DESTDIR)@libdir@@libdirsuffix@
Thomas Woerner b6b9a6
+PKG_DEVLIB_DIR	= $(DESTDIR)@libexecdir@@libdirsuffix@
Thomas Woerner b6b9a6
+PKG_INC_DIR	= $(DESTDIR)@includedir@
Thomas Woerner b6b9a6
+PKG_MAN_DIR	= $(DESTDIR)@mandir@
Thomas Woerner b6b9a6
+PKG_DOC_DIR	= $(DESTDIR)@datadir@/doc/@pkg_name@-@pkg_version@
Thomas Woerner b6b9a6
+PKG_LOCALE_DIR	= $(DESTDIR)@datadir@/locale
Thomas Woerner b6b9a6
 
Thomas Woerner b6b9a6
 CC		= @cc@
Thomas Woerner b6b9a6
 AWK		= @awk@
Thomas Woerner b6b9a6
--- acl-2.2.39/include/buildmacros.build	2006-07-05 12:32:07.000000000 -0400
Thomas Woerner b6b9a6
+++ acl-2.2.39/include/buildmacros	2006-07-05 12:32:07.000000000 -0400
Thomas Woerner b6b9a6
@@ -26,7 +26,7 @@
Thomas Woerner b6b9a6
 	  $(LFILES:.l=.o) \
Thomas Woerner b6b9a6
 	  $(YFILES:%.y=%.tab.o)
Thomas Woerner b6b9a6
 
Thomas Woerner b6b9a6
-INSTALL	= $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP)
Thomas Woerner b6b9a6
+INSTALL	= $(TOPDIR)/install-sh
Thomas Woerner b6b9a6
 
Thomas Woerner b6b9a6
 SHELL = /bin/sh
Thomas Woerner b6b9a6
 IMAGES_DIR = $(TOPDIR)/all-images