diff options
Diffstat (limited to 'package/owfs/Makefile')
-rw-r--r-- | package/owfs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/owfs/Makefile b/package/owfs/Makefile index b260dcb24..24d359479 100644 --- a/package/owfs/Makefile +++ b/package/owfs/Makefile @@ -29,8 +29,8 @@ CONFIGURE_ARGS+= --enable-owfs \ --disable-owtcl \ --disable-owperl \ --disable-owphp \ - --with-fuseinclude=${STAGING_DIR}/usr/include \ - --with-fuselib=${STAGING_DIR}/usr/lib + --with-fuseinclude=${STAGING_TARGET_DIR}/usr/include \ + --with-fuselib=${STAGING_TARGET_DIR}/usr/lib post-install: ${INSTALL_DIR} ${IDIR_OWFS}/usr/{bin,lib} |