summaryrefslogtreecommitdiffstats
path: root/openwrt/package/lzo
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 11:48:57 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 11:48:57 +0000
commit38b5764eeef6665494d23a1e30363099faeea303 (patch)
tree3bcc92e5647b5d4f49463426c78cbcbbc9318959 /openwrt/package/lzo
parentfb10765c3bbd40b03ce492cb53d5cbe33914bb83 (diff)
Fix lzo build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/lzo')
-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 cfc307993..ceb449071 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)