diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-11 03:51:40 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-11 03:51:40 +0000 |
commit | 0a921ef5b53c01c4b62f87124ac3fe6f6ec288c7 (patch) | |
tree | 5551d61e349110ce13f536194029bc9931fc66d9 /openwrt/package/cifsmount | |
parent | 717595606c815655d721708d8e057f7b4515182b (diff) |
Fix my previous typo in cifsmount and cups install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@627 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/cifsmount')
-rw-r--r-- | openwrt/package/cifsmount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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: |