SVN: rc-scripts/branches/busybox/configure.ac
baggins
baggins at pld-linux.org
Tue Mar 24 23:07:16 CET 2009
Author: baggins
Date: Tue Mar 24 23:07:15 2009
New Revision: 10247
Modified:
rc-scripts/branches/busybox/configure.ac
Log:
- detect busybox sh scripts
Modified: rc-scripts/branches/busybox/configure.ac
==============================================================================
--- rc-scripts/branches/busybox/configure.ac (original)
+++ rc-scripts/branches/busybox/configure.ac Tue Mar 24 23:07:15 2009
@@ -11,6 +11,8 @@
echo -n "."
if (LC_ALL=C file ${shfile} | grep -q 'shell script'); then
SHSCRIPTS="${SHSCRIPTS} ${shfile}"
+ elif (LC_ALL=C file ${shfile} | grep -q 'busybox sh script'); then
+ SHSCRIPTS="${SHSCRIPTS} ${shfile}"
fi
done
echo "done"
More information about the pld-cvs-commit
mailing list