Bugfixing in library module instantitation.

This commit is contained in:
Laurence Withers 2006-07-24 22:20:28 +01:00
commit 7a3fbaec1f
10 changed files with 58 additions and 63 deletions

View file

@ -17,7 +17,7 @@ then
exit 1
fi
if [ "$(echo ${NAME} | cut -b1-3)" -ne "lib" ]
if [ "$(echo ${NAME} | cut -b1-3)" != "lib" ]
then
echo "Warning: your module name does not begin with 'lib'. You will"
echo "have to fix up your pkgconfig file manually, etc."