wok diff dhcp6/receipt @ rev 5495
Fixed xorg-sever again. Didn't know that there was no --with-fontdir in configure.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 08 01:09:05 2010 +0000 (2010-05-08) |
parents | 7534e9548281 |
children | 07408a482374 |
line diff
1.1 --- a/dhcp6/receipt Thu Apr 08 17:22:33 2010 +0200 1.2 +++ b/dhcp6/receipt Sat May 08 01:09:05 2010 +0000 1.3 @@ -34,7 +34,7 @@ 1.4 mkdir -p $fs/usr/sbin $fs/etc/init.d 1.5 cp $_pkg/etc/dhcpd.conf $fs/etc 1.6 cp $_pkg/usr/sbin/dhcpd $fs/usr/sbin 1.7 - cp $WOK/dhcpd/stuff/dhcpd $fs/etc/init.d 1.8 + cp $WOK/dhcp/stuff/dhcpd $fs/etc/init.d 1.9 # Package all dhcp pkgs 1.10 for i in $(cd $WOK; ls -d dhcp6-*) 1.11 do