wok diff btmgr/receipt @ rev 11534

gnustep-back: fic BUILD_DEPENDS
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 25 03:16:17 2011 +0100 (2011-12-25)
parents 4273e906522b
children eb8067417980
line diff
     1.1 --- a/btmgr/receipt	Tue Feb 16 11:40:35 2010 +0000
     1.2 +++ b/btmgr/receipt	Sun Dec 25 03:16:17 2011 +0100
     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.