summaryrefslogtreecommitdiffstats
path: root/package/cifsmount/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-11 01:34:32 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-11 01:34:32 +0000
commitfb107775a9e236219e0d8d67d91502c127fe0acd (patch)
tree35c8ca68949651ef5e85d09032087129343fa4f5 /package/cifsmount/Makefile
parent4f9f5a9541b9d44dd8376b5a34a2613f91b89dda (diff)
Fix cifsmount install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@624 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cifsmount/Makefile')
-rw-r--r--package/cifsmount/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/package/cifsmount/Makefile b/package/cifsmount/Makefile
index 0fa6a1fc8..84c4564b6 100644
--- a/package/cifsmount/Makefile
+++ b/package/cifsmount/Makefile
@@ -19,10 +19,14 @@ $(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) install $(PKG_IPK)
+
source:
prepare:
compile: $(PKG_IPK)
-install:
- $(IPKG) install $(PKG_IPK)
+install: $(IPKG_STATE_DIR)/info/$(PKG_NAME).list
+
clean:
rm -rf $(PKG_BUILD_DIR)
+ rm -f $(PKG_IPK)