SPECS: adapter - need patch to run

glen glen at pld-linux.org
Tue Jul 3 15:18:18 CEST 2007


Author: glen                         Date: Tue Jul  3 13:18:18 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- need patch to run

---- Files affected:
SPECS:
   adapter (1.19 -> 1.20) 

---- Diffs:

================================================================
Index: SPECS/adapter
diff -u SPECS/adapter:1.19 SPECS/adapter:1.20
--- SPECS/adapter:1.19	Sun Feb 25 12:43:27 2007
+++ SPECS/adapter	Tue Jul  3 15:18:13 2007
@@ -34,6 +34,11 @@
 	exit 1
 fi
 
+if [ ! -x /usr/bin/patch ]; then
+	echo >&1 "You need to install patch to use adapter"
+	exit 1
+fi
+
 t=`getopt -o hsmda --long help,sort,sort-br,no-macros,skip-macros,skip-desc,skip-defattr -n "$self" -- "$@"` || exit $?
 eval set -- "$t"
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/adapter?r1=1.19&r2=1.20&f=u



More information about the pld-cvs-commit mailing list