InstallDev should be using (1) and not (STAGING_DIR)

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9173 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-07 03:20:26 +00:00
parent c7be0ccb65
commit 1120328d15
213 changed files with 900 additions and 900 deletions

View File

@ -27,7 +27,7 @@ define Package/libXv
endef
define Build/InstallDev
DESTDIR=$(STAGING_DIR) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
DESTDIR=$(1) $(MAKE) -C $(PKG_BUILD_DIR)/ $(MAKE_FLAGS) install
endef
ifeq (libXv,libX11)
@ -80,7 +80,7 @@ define Package/libXaw/install
endef
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/* $(STAGING_DIR)
$(CP) $(PKG_INSTALL_DIR)/* $(1)
endef
$(eval $(call BuildPackage,libXv))