adds diffutils
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11431 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user