From: Nicolas Thill Date: Mon, 11 Apr 2005 03:51:40 +0000 (+0000) Subject: Fix my previous typo in cifsmount and cups install X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=f5d778c2826f3214d277cfdd2ab3f2bfbd3f3890 Fix my previous typo in cifsmount and cups install SVN-Revision: 627 --- diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile index 84c4564b6a..bfd2c9ba46 100644 --- a/openwrt/package/cifsmount/Makefile +++ b/openwrt/package/cifsmount/Makefile @@ -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: diff --git a/openwrt/package/cups/Makefile b/openwrt/package/cups/Makefile index 237773f8b9..4280a3fc3b 100644 --- a/openwrt/package/cups/Makefile +++ b/openwrt/package/cups/Makefile @@ -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)