Author: paszczus Date: Sat Apr 1 23:25:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - i never remember in which package is getopt so added info about that
---- Files affected: SPECS: adapter (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/adapter diff -u SPECS/adapter:1.13 SPECS/adapter:1.14 --- SPECS/adapter:1.13 Wed Dec 14 13:51:41 2005 +++ SPECS/adapter Sun Apr 2 01:25:31 2006 @@ -28,7 +28,10 @@ skip %defattr corrections " - +if [ ! -x /usr/bin/getopt ]; then +echo "You need to install util-linux to use adapter" +exit 0 +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.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit