InstallDev should be using (1) and not (STAGING_DIR)
[openwrt/svn-archive/archive.git] / XOrg / proto / xf86miscproto / Makefile
index 583d342c89e5e653736d65ae53bc3b967d3111d2..867cbc65c99632863487fbf8ca565c80cb7b0aa7 100644 (file)
@@ -26,7 +26,7 @@ define Package/xf86miscproto
 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
 
 define Build/Compile