DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / utils / cifsmount / Makefile
index 147e09b500675e0065ef5e658b5e7df91b3c99b0..ef4f04c11a522f08514f557bc9cfc0cc60c2a37f 100644 (file)
@@ -20,15 +20,14 @@ define Package/cifsmount
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=CIFS mounting helper utility
-  DESCRIPTION:=Helper utility for mounting remote CIFS shares.\\\
-    An user space helper for mounting remote CIFS shares
 endef
 
-define Build/Prepare
-       mkdir -p $(PKG_BUILD_DIR)
+define Package/cifsmount/description
+       An user space helper utility for mounting remote CIFS shares.
 endef
 
-define Build/Configure
+define Build/Prepare
+       mkdir -p $(PKG_BUILD_DIR)
 endef
 
 define Build/Compile
@@ -36,8 +35,8 @@ define Build/Compile
 endef
 
 define Package/cifsmount/install
-       install -d -m0755 $(1)/sbin
-       install -m0755 $(PKG_BUILD_DIR)/mount.cifs $(1)/sbin/
+       $(INSTALL_DIR) $(1)/sbin
+       $(INSTALL_BIN) $(PKG_BUILD_DIR)/mount.cifs $(1)/sbin/
 endef
 
 $(eval $(call BuildPackage,cifsmount))