Fix cups install

SVN-Revision: 625
This commit is contained in:
Nicolas Thill 2005-04-11 01:35:26 +00:00
parent 724e47a55d
commit 435c5a51f5

View file

@ -90,10 +90,14 @@ $(PKG_IPK): $(PKG_IPK_DIR)/usr/sbin/cupsd
find $(PKG_IPK_DIR) -name CVS | xargs rm -rf find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR) $(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list
$(IPKG) install $(PKG_IPK)
source: $(DL_DIR)/$(PKG_SOURCE) source: $(DL_DIR)/$(PKG_SOURCE)
prepare: $(PKG_BUILD_DIR)/.patched prepare: $(PKG_BUILD_DIR)/.patched
compile: $(PKG_IPK) compile: $(PKG_IPK)
install: install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list
$(IPKG) install $(PKG_IPK)
clean: clean:
rm -rf $(PKG_BUILD_DIR) rm -rf $(PKG_BUILD_DIR)
rm -f $(PKG_IPK)