add --nonotify option to pkgbuild, broken X connection could make build failure
authorjenda
Sun, 24 Oct 2010 22:06:35 +0200
changeset 38 6b6eddc571c7
parent 37 69df66a8200d
child 39 65491902381c
add --nonotify option to pkgbuild, broken X connection could make build failure
build-g11n-spec.sh
--- a/build-g11n-spec.sh	Fri Oct 22 13:46:16 2010 +0200
+++ b/build-g11n-spec.sh	Sun Oct 24 22:06:35 2010 +0200
@@ -92,8 +92,8 @@
     PATCHDIRS=$TOPDIR/$dir/patches
     SRCDIRS=$TOPDIR/$dir:$TOPDIR/SOURCES
 
-    PKGUNINSTALLARGS="uninstall-pkgs --specdirs=$SPECDIRS"
-    PKGBUILDARGS="$CMD --download --topdir=$TOPDIR --specdirs=$SPECDIRS "
+    PKGUNINSTALLARGS="uninstall-pkgs --nonotify --specdirs=$SPECDIRS"
+    PKGBUILDARGS="$CMD --nonotify --download --topdir=$TOPDIR --specdirs=$SPECDIRS "
     PKGBUILDARGS="$PKGBUILDARGS --sourcedirs=$SRCDIRS --patchdirs=$PATCHDIRS"
     PKGBUILDARGS="$PKGBUILDARGS --logdir=$TOPDIR/log"