[arch-commits] Commit in acl/repos (testing-i686 testing-i686/acl-rpath.patch)

Allan McRae allan at archlinux.org
Sat Mar 21 00:15:19 UTC 2009


    Date: Friday, March 20, 2009 @ 20:15:19
  Author: allan
Revision: 30579

Merged revisions 30578 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/acl/trunk

........
  r30578 | allan | 2009-03-21 10:14:18 +1000 (Sat, 21 Mar 2009) | 2 lines
  
  upgpkg: acl 2.2.47-2
      Forgot to add patch...
........

Added:
  acl/repos/testing-i686/acl-rpath.patch
    (from rev 30578, acl/trunk/acl-rpath.patch)
Modified:
  acl/repos/testing-i686/	(properties)

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


Property changes on: acl/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /acl/trunk:1-30575
   + /acl/trunk:1-30578

Copied: acl/repos/testing-i686/acl-rpath.patch (from rev 30578, acl/trunk/acl-rpath.patch)
===================================================================
--- testing-i686/acl-rpath.patch	                        (rev 0)
+++ testing-i686/acl-rpath.patch	2009-03-21 00:15:19 UTC (rev 30579)
@@ -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