system/passwordsafe: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8b5be9951
commit
aff986acd6
|
@ -66,7 +66,7 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $YUBI_DISABLED -ne 1 ]; then
|
if [ $YUBI_DISABLED -ne 1 ]; then
|
||||||
SLKCFLAGS="$SLKCFLAGS -I/usr/inclued/ykpers-1"
|
SLKCFLAGS="$SLKCFLAGS -I/usr/include/ykpers-1"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf $PKG
|
rm -rf $PKG
|
||||||
|
|
Loading…
Reference in New Issue