From kde-commits Mon Apr 25 12:51:59 2005 From: David Faure Date: Mon, 25 Apr 2005 12:51:59 +0000 To: kde-commits Subject: kde-common/admin Message-Id: <20050425125159.3910C3EF () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111443353120916 CVS commit by faure: argl M +2 -2 cvs.sh 1.155 --- kde-common/admin/cvs.sh #1.154:1.155 @@ -137,5 +137,5 @@ $AUTOMAKE || exit 1 -if test "$UNSERMAKE" != no; then +if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates" perl -w admin/am_edit || exit 1 @@ -189,5 +189,5 @@ fi $AUTOMAKE --foreign -if test "$UNSERMAKE" != no; then +if test "$UNSERMAKE" = no; then echo "*** Postprocessing Makefile templates" perl -w admin/am_edit || exit 1