DESCRIPTION:= is obselete
[packages.git] / utils / cifsmount / Makefile
index 9cc4c3a..ef4f04c 100644 (file)
@@ -20,8 +20,10 @@ 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 Package/cifsmount/description
+       An user space helper utility for mounting remote CIFS shares.
 endef
 
 define Build/Prepare
@@ -33,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))