diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 11:48:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 11:48:57 +0000 |
commit | 976a46963ca7e6d62f8b68c16006b868bc6dcc9d (patch) | |
tree | b3562670ef120cd2e20150cc0e543e677d1cc063 /package/lzo/Makefile | |
parent | 4f240d249291f614cf28fb71e8413b9a8872aa50 (diff) | |
download | upstream-976a46963ca7e6d62f8b68c16006b868bc6dcc9d.tar.gz upstream-976a46963ca7e6d62f8b68c16006b868bc6dcc9d.tar.bz2 upstream-976a46963ca7e6d62f8b68c16006b868bc6dcc9d.zip |
Fix lzo build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@906 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/lzo/Makefile')
-rw-r--r-- | package/lzo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lzo/Makefile b/package/lzo/Makefile index cfc307993b..ceb4490719 100644 --- a/package/lzo/Makefile +++ b/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) |