wok-next diff lsscsi/receipt @ rev 5476
Fixed a typo in vlc depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 05 23:43:46 2010 -0400 (2010-05-05) |
parents | 8e44b7502050 |
children | 2a5cc8208d36 |
line diff
1.1 --- a/lsscsi/receipt Fri Mar 27 12:41:30 2009 +0000 1.2 +++ b/lsscsi/receipt Wed May 05 23:43:46 2010 -0400 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