diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-24 11:06:12 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-24 11:06:12 +0000 |
commit | a39e9d3a27f650dc01478bfdeda138e1a08eda01 (patch) | |
tree | 6cff65ff61cfcd9519072e3d34e1e17ddb40bc97 /openwrt | |
parent | c696a28cb841125442a93f30426940d83f2a79b5 (diff) | |
download | mtk-20170518-a39e9d3a27f650dc01478bfdeda138e1a08eda01.zip mtk-20170518-a39e9d3a27f650dc01478bfdeda138e1a08eda01.tar.gz mtk-20170518-a39e9d3a27f650dc01478bfdeda138e1a08eda01.tar.bz2 |
Fix wrong options passed to configure
SVN-Revision: 1049
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/package/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index 9ddd2ab..869689f 100644 --- a/openwrt/package/fuse/Makefile +++ b/openwrt/package/fuse/Makefile @@ -43,8 +43,8 @@ $(PKG_BUILD_DIR)/.configured: --includedir=/usr/include \ --infodir=/usr/share/info \ --libdir=/usr/lib \ - --libexecdir=/usr/lib/locate \ - --localstatedir=/var/lib \ + --libexecdir=/usr/lib \ + --localstatedir=/var \ --mandir=/usr/share/man \ --sbindir=/usr/sbin \ --sysconfdir=/etc \ |