* Removed all dependency on strverscmp
* Added libgen.h for baseline()
This commit is contained in:
parent
d37aec7651
commit
f035c3ca23
17 changed files with 20 additions and 33 deletions
|
|
@ -11,7 +11,6 @@ new "Make DESTDIR install"
|
|||
if [ $? -ne 0 ]; then
|
||||
err
|
||||
fi
|
||||
|
||||
new "Check installed files /usr"
|
||||
if [ ! -d $dir/usr ]; then
|
||||
err $dir/usr
|
||||
|
|
@ -59,3 +58,5 @@ l=$(find $dir -type l)
|
|||
if [ -n "$l" ]; then
|
||||
err "$l"
|
||||
fi
|
||||
|
||||
rm -rf $dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue