[arch-commits] Commit in acl/trunk (acl-rpath.patch)

Allan McRae allan at archlinux.org
Sat Mar 21 00:14:18 UTC 2009


    Date: Friday, March 20, 2009 @ 20:14:18
  Author: allan
Revision: 30578

upgpkg: acl 2.2.47-2
    Forgot to add patch...

Added:
  acl/trunk/acl-rpath.patch

-----------------+
 acl-rpath.patch |   25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

Added: acl-rpath.patch
===================================================================
--- acl-rpath.patch	                        (rev 0)
+++ acl-rpath.patch	2009-03-21 00:14:18 UTC (rev 30578)
@@ -0,0 +1,25 @@
+--- include/builddefs.in.orig	2009-03-20 18:56:14.000000000 -0300
++++ include/builddefs.in	2009-03-20 18:56:32.000000000 -0300
+@@ -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@




More information about the arch-commits mailing list