[arch-commits] Commit in subversion/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sun Jun 22 12:50:40 UTC 2008


    Date: Sunday, June 22, 2008 @ 08:50:40
  Author: pierre
Revision: 3360

upgpkg: subversion 1.4.6-2
    repackaged for new apache; doesn't compile anymore

Modified:
  subversion/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-06-22 12:46:30 UTC (rev 3359)
+++ PKGBUILD	2008-06-22 12:50:40 UTC (rev 3360)
@@ -3,7 +3,7 @@
 # Maintainer: Jason Chu <jason at archlinux.org>
 pkgname=subversion
 pkgver=1.4.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Replacement for CVS, another versioning system (svn)"
 arch=(i686 x86_64)
 license=('apache' 'bsd')
@@ -77,7 +77,7 @@
    install -D -m 644 $startdir/src/subversion-$pkgver/COPYING $startdir/pkg/usr/share/licenses/$pkgname/LICENSE
 
 #libtoolslay not all because of kdesdk
-   find ${startdir}/pkg/usr/lib/apache -name '*.la' -exec rm {} \;
+   find ${startdir}/pkg/usr/lib/httpd/modules -name '*.la' -exec rm {} \;
    find ${startdir}/pkg/usr/lib/ruby -name '*.la' -exec rm {} \;
    find ${startdir}/pkg/usr/lib/python2.5 -name '*.la' -exec rm {} \;
 }





More information about the arch-commits mailing list