Update of /cvsroot/devil-linux/build/scripts
In directory vz-cvs-3.sog:/tmp/cvs-serv15546/scripts
Modified Files:
intltool
Log Message:
no need to build this without avahi
Index: intltool
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/intltool,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- intltool 5 Dec 2011 09:11:38 -0000 1.3
+++ intltool 10 Dec 2011 19:34:30 -0000 1.4
@@ -16,12 +16,14 @@
case $1 in
build )
+ if [ "$CONFIG_AVAHI" = "y" ]; then
./configure --prefix=/usr --localstatedir=/var || exit 1
make $PMAKE all || exit 1
# install it in local system, because other programs could need it
make install
- ;;
+ fi
+ ;;
* )
echo "ERROR ($0)"
|