diff options
author | rfmae <rf.mae.git@gmail.com> | 2015-03-16 17:39:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-16 17:39:44 +0700 |
commit | aff986acd698065b354fd1e827040410174fa64e (patch) | |
tree | 4e27b0df99f476ee7212eb2138da0083cabe09c4 /system | |
parent | a8b5be995164f99f606c7b5f9c77e39451cf0866 (diff) |
system/passwordsafe: Fix typo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/passwordsafe/passwordsafe.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/passwordsafe/passwordsafe.SlackBuild b/system/passwordsafe/passwordsafe.SlackBuild index 8538312d798f..5de9f2645e34 100644 --- a/system/passwordsafe/passwordsafe.SlackBuild +++ b/system/passwordsafe/passwordsafe.SlackBuild @@ -66,7 +66,7 @@ else fi if [ $YUBI_DISABLED -ne 1 ]; then - SLKCFLAGS="$SLKCFLAGS -I/usr/inclued/ykpers-1" + SLKCFLAGS="$SLKCFLAGS -I/usr/include/ykpers-1" fi rm -rf $PKG |