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

Daniel Griffiths dgriffiths at archlinux.org
Sat Feb 13 03:51:25 UTC 2010


    Date: Friday, February 12, 2010 @ 22:51:24
  Author: dgriffiths
Revision: 68532

FS#17041 - Cosmetic fix

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-02-13 03:18:50 UTC (rev 68531)
+++ PKGBUILD	2010-02-13 03:51:24 UTC (rev 68532)
@@ -22,7 +22,7 @@
 build() {
   cd ${srcdir}
   patch -p0 < libpng14.patch || return 1
-  mkdir build
+  [ ! -d build ] && mkdir build
   cd build
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \




More information about the arch-commits mailing list