From a39e9d3a27f650dc01478bfdeda138e1a08eda01 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 24 May 2005 11:06:12 +0000 Subject: [PATCH] Fix wrong options passed to configure SVN-Revision: 1049 --- openwrt/package/fuse/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openwrt/package/fuse/Makefile b/openwrt/package/fuse/Makefile index 9ddd2ab754..869689fe62 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 \ -- 2.25.1