wok-6.x diff tazusb/receipt @ rev 5150
a2ps, dev86, icedtea6-jdk: compile_rules should be busybox compatible
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 24 08:33:13 2010 +0100 (2010-03-24) |
parents | d42578331b79 |
children | 4fff443fa744 |
line diff
1.1 --- a/tazusb/receipt Sun Mar 21 23:09:04 2010 +0100 1.2 +++ b/tazusb/receipt Wed Mar 24 08:33:13 2010 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="2.3" 1.5 CATEGORY="base-system" 1.6 SHORT_DESC="SliTaz LiveUSB utility." 1.7 -MAINTAINER="spode@spodesabode.com" 1.8 +MAINTAINER="erjo@slitaz.org" 1.9 DEPENDS="lzma" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://www.slitaz.org/" 1.12 @@ -23,6 +23,7 @@ 1.13 genpkg_rules() 1.14 { 1.15 mkdir -p $fs/ 1.16 - cp -a $_pkg/usr $fs/ 1.17 + cp -a $_pkg/usr $fs 1.18 + cp -a $src/applications $fs/usr/share 1.19 chown -R root.root $fs 1.20 }