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

Thomas Dziedzic tdziedzic at archlinux.org
Fri Feb 24 03:48:08 UTC 2012


    Date: Thursday, February 23, 2012 @ 22:48:07
  Author: tdziedzic
Revision: 150937

replace ${pkgname} with ghc

Modified:
  ghc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-24 02:53:37 UTC (rev 150936)
+++ PKGBUILD	2012-02-24 03:48:07 UTC (rev 150937)
@@ -77,7 +77,7 @@
          '82b67cdd24a2e434a4399f30f14b21a3')
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ghc-${pkgver}
 
   cp ${srcdir}/build.mk mk/build.mk
 
@@ -88,7 +88,7 @@
 }
 
 check() {
-  cd ${pkgname}-${pkgver}
+  cd ghc-${pkgver}
 
   # python2 rename
   sed -e 's/PYTHON = python/&2/' -i testsuite/mk/boilerplate.mk
@@ -101,7 +101,7 @@
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ghc-${pkgver}
 
   make DESTDIR=${pkgdir} install
 




More information about the arch-commits mailing list