Fix my previous typo in cifsmount and cups install
SVN-Revision: 627
This commit is contained in:
parent
216f5af5be
commit
5abcbb8943
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ $(PKG_IPK): $(PKG_BUILD_DIR)/sbin/mount.cifs
|
|||
$(SCRIPT_DIR)/make-ipkg-dir.sh $(PKG_IPK_DIR) $(PKG_NAME).control $(PKG_VERSION)-$(PKG_RELEASE) $(ARCH)
|
||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list
|
||||
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list:
|
||||
$(IPKG) install $(PKG_IPK)
|
||||
|
||||
source:
|
||||
|
|
|
@ -90,7 +90,7 @@ $(PKG_IPK): $(PKG_IPK_DIR)/usr/sbin/cupsd
|
|||
find $(PKG_IPK_DIR) -name CVS | xargs rm -rf
|
||||
$(IPKG_BUILD) $(PKG_IPK_DIR) $(PACKAGE_DIR)
|
||||
|
||||
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list
|
||||
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list:
|
||||
$(IPKG) install $(PKG_IPK)
|
||||
|
||||
source: $(DL_DIR)/$(PKG_SOURCE)
|
||||
|
|
Loading…
Reference in a new issue