DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / utils / lrzsz / Makefile
index 8fff61888f15d3407f575a98de86125c4e4c3ebf..1f2cf330dbafffe7233817cb209a2327656fe3f0 100644 (file)
@@ -26,14 +26,16 @@ define Package/lrzsz
   SECTION:=utils
   CATEGORY:=Utilities
   TITLE:=X,Y and Z-modem protocols
-  DESCRIPTION:=\
-       Transfer files in your login sessions.\\\
-       Very leightweight and straight forward.\\\
-       You just need a terminal client that can do \\\
-       either X, Y or Z-modem file transfers.
   URL:=http://www.ohse.de/uwe/software/lrzsz.html
 endef
 
+define Package/lrzsz/description
+       Transfer files in your login sessions.
+       Very leightweight and straight forward.
+       You just need a terminal client that can do 
+       either X, Y or Z-modem file transfers.
+endef
+
 # uses GNU configure
 
 define Build/Compile   
@@ -43,7 +45,7 @@ define Build/Compile
 endef
 
 define Package/lrzsz/install   
-       install -d -m0755 $(1)/usr/bin
+       $(INSTALL_DIR) $(1)/usr/bin
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/lrz $(1)/usr/bin/
        $(CP) $(PKG_INSTALL_DIR)/usr/bin/lsz $(1)/usr/bin/
        (cd $(1)/usr/bin; \