Bugfixing in library module instantitation.
This commit is contained in:
parent
0fdad0a35a
commit
7a3fbaec1f
10 changed files with 58 additions and 63 deletions
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue