This repository has been archived on 2024-11-07. You can view files and clone it, but cannot push or open issues or pull requests.
libacl/libacl-2.2.47-build.patch

39 lines
1.4 KiB
Diff

diff -Nru acl-2.2.47/include/builddefs.in acl-2.2.47/include-gil/builddefs.in
--- acl-2.2.47/include/builddefs.in 2007-09-11 04:00:47.000000000 +0200
+++ acl-2.2.47/include-gil/builddefs.in 2008-11-30 04:14:01.000000000 +0100
@@ -27,14 +27,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@
-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@
+PKG_MAN_DIR = $(DESTDIR)@mandir@
+PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@
+PKG_LOCALE_DIR = $(DESTDIR)@datadir@/locale
CC = @cc@
AWK = @awk@
diff -Nru acl-2.2.47/include/buildmacros acl-2.2.47/include-gil/buildmacros
--- acl-2.2.47/include/buildmacros 2007-09-11 04:00:47.000000000 +0200
+++ acl-2.2.47/include-gil/buildmacros 2008-11-30 04:15:11.000000000 +0100
@@ -27,7 +27,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