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

Tobias Powalowski tpowa at archlinux.org
Sun May 10 06:38:18 UTC 2009


    Date: Sunday, May 10, 2009 @ 02:38:17
  Author: tpowa
Revision: 38686

upgpkg: libdownload 1.3-2

Modified:
  libdownload/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-10 05:58:30 UTC (rev 38685)
+++ PKGBUILD	2009-05-10 06:38:17 UTC (rev 38686)
@@ -3,7 +3,7 @@
 
 pkgname=libdownload
 pkgver=1.3
-pkgrel=1
+pkgrel=2
 pkgdesc="URL based download library, forked from libfetch"
 arch=('i686' 'x86_64')
 license=('BSD')
@@ -16,6 +16,7 @@
 build() {
   cd $startdir/src/${pkgname}-${pkgver}
   [ "$CARCH" = "x86_64" ] && sed -i -e "s/-O2\ -pipe/-O2\ -pipe\ \-fPIC/g" Makefile
+  sed -i -e 's#\$(prefix)/man/man3/libdownload.3#\$(prefix)/share/man/man3/libdownload.3#g' Makefile
   make || return 1
   make DESTDIR=$startdir/pkg install
 }




More information about the arch-commits mailing list