wok-current diff udhcpc6-fake/receipt @ rev 8339

Fix: screen need -j1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 02 05:18:27 2011 +0100 (2011-02-02)
parents 1ff68145904f
children 9dee63b88e27
line diff
     1.1 --- a/udhcpc6-fake/receipt	Sat Nov 06 16:08:43 2010 +0100
     1.2 +++ b/udhcpc6-fake/receipt	Wed Feb 02 05:18:27 2011 +0100
     1.3 @@ -12,5 +12,6 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a stuff/* $fs
     1.7 +	chmod +x $fs/sbin/udhcpc $fs/etc/dhclient-script
     1.8  }
     1.9