adds diffutils

git-svn-id: svn://svn.openwrt.org/openwrt/packages@11431 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2008-06-11 08:29:35 +00:00
parent ab063f17b5
commit a4b7ddee3f
3 changed files with 45 additions and 2 deletions

View File

@ -32,7 +32,7 @@ define Build/Configure
endef
define Build/Compile
$(MAKE_VARS) $(MAKE) $(MAKE_ARGS) DESTDIR=$(PKG_INSTALL_DIR) exec_prefix=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR) all install
$(MAKE_VARS) $(MAKE) $(MAKE_ARGS) exec_prefix=$(PKG_INSTALL_DIR) -C $(PKG_BUILD_DIR) all install
endef
define Package/patch/install