wok-6.x diff btmgr/receipt @ rev 15043
libvlc-dev: no more vlc-config ?
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Aug 12 16:26:23 2013 +0000 (2013-08-12) |
parents | 4273e906522b |
children | eb8067417980 |
line diff
1.1 --- a/btmgr/receipt Tue Feb 16 11:40:35 2010 +0000 1.2 +++ b/btmgr/receipt Mon Aug 12 16:26:23 2013 +0000 1.3 @@ -14,13 +14,13 @@ 1.4 compile_rules() 1.5 { 1.6 echo "I'm too lazy to hack and build it !" 1.7 -# stuff/btmgr has been built this way: 1.8 +# $stuff/btmgr has been built this way: 1.9 # 1- # wget http://btmgr.sourceforge.net/${VERSION%-*}/sbminst-static 1.10 # 2- # chmod +x sbminst-static 1.11 # 3- # dd if=/dev/zero of=/dev/fd0 bs=18k count=80 1.12 # 4- # ./sbminst-static -t us -d /dev/fd0 1.13 -# 5- # dd if=/dev/fd0 of=stuff/btmgr 1.14 -# 6- remove tailing zeros stuff/btmgr 1.15 +# 5- # dd if=/dev/fd0 of=$stuff/btmgr 1.16 +# 6- remove tailing zeros $stuff/btmgr 1.17 } 1.18 1.19 1.20 @@ -28,7 +28,7 @@ 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/share/boot 1.24 - cp stuff/btmgr $fs/usr/share/boot/ 1.25 + cp $stuff/btmgr $fs/usr/share/boot/ 1.26 } 1.27 1.28 # Pre and post install commands for Tazpkg.