wok-next diff usbutils/receipt @ rev 15805
bash: prevent rm .bashrc error when removing bash
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 23 13:38:58 2014 +0000 (2014-01-23) |
parents | fd59449e3608 |
children | b62b949e9826 |
line diff
1.1 --- a/usbutils/receipt Sat Feb 18 02:48:33 2012 +0000 1.2 +++ b/usbutils/receipt Thu Jan 23 13:38:58 2014 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Displaying information about USB." 1.6 MAINTAINER="erjo@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.9 WEB_SITE="http://linux-usb.sourceforge.net/" 1.10 #WGET_URL="http://www.kernel.org/pub/linux/utils/usb/$PACKAGE/$TARBALL" 1.11 @@ -31,8 +32,8 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/sbin $fs/usr 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/sbin $fs/usr 1.19 sed -i s'/bash/sh/' $fs/usr/bin/usb-devices 1.20 } 1.21