diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2006-05-11 16:00:43 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-11 16:00:43 +0000 |
| commit | 02be4b6759d15d57d29af24a06856ff2d072f6c3 (patch) | |
| tree | 9068319f36f5c035a632ce774c775d39db367845 /openwrt/package/zlib | |
| parent | 3ee6ad0404860f63249e729d3842ff7260fb1600 (diff) | |
| download | mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.zip mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.gz mtk-20170518-02be4b6759d15d57d29af24a06856ff2d072f6c3.tar.bz2 | |
replace $(IDIR_*) with $(1)
SVN-Revision: 3759
Diffstat (limited to 'openwrt/package/zlib')
| -rw-r--r-- | openwrt/package/zlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/zlib/Makefile b/openwrt/package/zlib/Makefile index d3c8714..56c0381 100644 --- a/openwrt/package/zlib/Makefile +++ b/openwrt/package/zlib/Makefile @@ -49,8 +49,8 @@ define Build/Compile endef define Package/zlib/install - install -m0755 -d $(IDIR_ZLIB)/usr/lib - $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.so.* $(IDIR_ZLIB)/usr/lib/ + install -m0755 -d $(1)/usr/lib + $(CP) $(PKG_INSTALL_DIR)/usr/lib/libz.so.* $(1)/usr/lib/ endef $(STAGING_DIR)/usr/lib/libz.so: $(PKG_BUILD_DIR)/.built |
