aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-15 11:48:57 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-15 11:48:57 +0000
commit8af5097ce45bf788b699813c790964a59f250ecb (patch)
tree3bcc92e5647b5d4f49463426c78cbcbbc9318959
parentcae34f7ece91ad8d9e115b67958b5ab889d68422 (diff)
downloadupstream-8af5097ce45bf788b699813c790964a59f250ecb.tar.gz
upstream-8af5097ce45bf788b699813c790964a59f250ecb.tar.bz2
upstream-8af5097ce45bf788b699813c790964a59f250ecb.zip
Fix lzo build
SVN-Revision: 906
-rw-r--r--openwrt/package/lzo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/lzo/Makefile b/openwrt/package/lzo/Makefile
index cfc307993b..ceb4490719 100644
--- a/openwrt/package/lzo/Makefile
+++ b/openwrt/package/lzo/Makefile
@@ -60,7 +60,7 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_LIBLZO):
install -d -m0755 $(IDIR_LIBLZO)/usr/lib
- cp -fpR $(STAGING_DIR)/lib/liblzo.so.* $(IDIR_LIBLZO)/usr/lib
+ cp -fpR $(PKG_INSTALL_DIR)/usr/lib/liblzo.so.* $(IDIR_LIBLZO)/usr/lib
$(RSTRIP) $(IDIR_LIBLZO)
$(IPKG_BUILD) $(IDIR_LIBLZO) $(PACKAGE_DIR)