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 | 83f125d8db9729a3e779e1a3bd5068b1d9532811 (patch) | |
tree | 060b2eae2bc25752d1fb0cfb4e0a3ff5723ee468 /package/fuse | |
parent | 6896be0c6f8a9017157b11d140ab4c7b2114e998 (diff) | |
download | upstream-83f125d8db9729a3e779e1a3bd5068b1d9532811.tar.gz upstream-83f125d8db9729a3e779e1a3bd5068b1d9532811.tar.bz2 upstream-83f125d8db9729a3e779e1a3bd5068b1d9532811.zip |
Fix wrong options passed to configure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1049 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fuse')
-rw-r--r-- | package/fuse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/fuse/Makefile b/package/fuse/Makefile index 9ddd2ab754..869689fe62 100644 --- a/package/fuse/Makefile +++ b/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 \ |