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

Eric Bélanger eric at nymeria.archlinux.org
Tue Feb 5 18:07:07 UTC 2013


    Date: Tuesday, February 5, 2013 @ 19:07:07
  Author: eric
Revision: 177068

Get rid of $startdir

Modified:
  mono-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-05 18:04:09 UTC (rev 177067)
+++ PKGBUILD	2013-02-05 18:07:07 UTC (rev 177068)
@@ -24,7 +24,7 @@
 
 build() {
  # get rid of that .wapi errors; thanks to brice
-  export MONO_SHARED_DIR="${startdir}/src/weird"
+  export MONO_SHARED_DIR="${srcdir}/weird"
   mkdir -p "${MONO_SHARED_DIR}"
   cd "$srcdir/$pkgname-$pkgver"
   autoreconf -fi 




More information about the arch-commits mailing list