InstallDev should be using (1) and not (STAGING_DIR)
[openwrt/svn-archive/archive.git] / XOrg / proto / xf86bigfontproto / Makefile
index b09902e1e2c7eb3c64e9b6959ab5698876a088e4..721ec0cbc927bb01a366c39a7a1912de9e33e3b4 100644 (file)
@@ -26,7 +26,7 @@ define Package/xf86bigfontproto
 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