wok diff lsscsi/receipt @ rev 3534

merge 3532:012d72b2b629 , 3530:0109c31e8835
author Liu Peng <rocky@slitaz.org>
date Mon Jun 22 17:35:58 2009 +0800 (2009-06-22)
parents 8e44b7502050
children 2a5cc8208d36
line diff
     1.1 --- a/lsscsi/receipt	Fri Mar 27 12:41:30 2009 +0000
     1.2 +++ b/lsscsi/receipt	Mon Jun 22 17:35:58 2009 +0800
     1.3 @@ -5,7 +5,6 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Lists information about SCSI devices."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS=""
     1.8  TARBALL="$PACKAGE-$VERSION.tgz"
     1.9  WEB_SITE="http://sg.danny.cz/scsi/lsscsi.html"
    1.10  WGET_URL="http://sg.danny.cz/scsi/$TARBALL"
    1.11 @@ -22,7 +21,7 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	mkdir -p $fs/usr
    1.16 -	cp -a $src/$PACKAGE $fs/usr
    1.17 +	mkdir -p $fs/usr/bin
    1.18 +	cp -a $src/$PACKAGE $fs/usr/bin
    1.19  }
    1.20