wok diff ipxe-pxe/receipt @ rev 19917

gimp, hplip: update dependencies (thanks andreid)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 15 16:01:44 2017 +0300 (2017-04-15)
parents c0ad10db4140
children 28e74f124643
line diff
     1.1 --- a/ipxe-pxe/receipt	Tue Jan 19 22:25:38 2016 +0100
     1.2 +++ b/ipxe-pxe/receipt	Sat Apr 15 16:01:44 2017 +0300
     1.3 @@ -15,5 +15,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	mkdir -p $fs/usr/share/boot
     1.7 -	cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/ipxe.pxe
     1.8 +	cp -a $src/src/bin/ipxe.kpxe $fs/usr/share/boot/ipxe.pxe
     1.9 +	cp -a $src/src/bin/undionly.kpxe $fs/usr/share/boot/undi.pxe
    1.10  }