diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-06 22:19:24 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-07 14:19:40 +0200 |
commit | 33a1ee6a02f76d7eef259af8c6a7d2c4e1e6d6ac (patch) | |
tree | b27ac890fec95a8ee7d60647091fefb0471347f2 /network/sshfs-fuse | |
parent | 56ce09b35161d726e0fa933b02ecfdfaaddd2988 (diff) | |
download | slackbuilds-33a1ee6a02f76d7eef259af8c6a7d2c4e1e6d6ac.tar.gz |
network/sshfs-fuse: Fixed a typo.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/sshfs-fuse')
-rw-r--r-- | network/sshfs-fuse/sshfs-fuse.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/sshfs-fuse/sshfs-fuse.SlackBuild b/network/sshfs-fuse/sshfs-fuse.SlackBuild index 0e51ac4f26..f8cecb9cfa 100644 --- a/network/sshfs-fuse/sshfs-fuse.SlackBuild +++ b/network/sshfs-fuse/sshfs-fuse.SlackBuild @@ -68,7 +68,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -CFLAG="$SLKCFLAGS" \ +CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |