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

Daniel Wallace dwallace at nymeria.archlinux.org
Thu Feb 14 15:09:41 UTC 2013


    Date: Thursday, February 14, 2013 @ 16:09:41
  Author: dwallace
Revision: 84239

upgpkg: lib32-curl 7.29.0-2

upgpkg: lib32-curl 7.29.0-3

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-14 15:04:13 UTC (rev 84238)
+++ PKGBUILD	2013-02-14 15:09:41 UTC (rev 84239)
@@ -1,4 +1,5 @@
 # $Id$
+# Maintainer: Daniel Wallace <danielwallace at aur.archlinux.org>
 # Contributor: Dave Reisner <dreisner at archlinux.org>
 # Contributor: Angel Velasquez <angvp at archlinux.org>
 # Contributor: Eric Belanger <eric at archlinux.org>
@@ -73,7 +74,8 @@
   rm -rf "${pkgdir}"/usr/{share,bin}
   
   # license
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -d "$pkgdir/usr/share/licenses"
+  ln -s "$_pkgname" "$pkgdir/usr/share/licenses/$pkgname"
 
   # devel
   find "${pkgdir}/usr/include/curl" -type f -not -name curlbuild.h -delete




More information about the arch-commits mailing list