From aabb3f9c1ba79569a8784eb11b2013b48a9dc2bc Mon Sep 17 00:00:00 2001 From: Christopher Young Date: Thu, 10 Sep 2015 20:58:24 -0400 Subject: [PATCH] libdump978.so install in build process. --- image/spindle/wheezy-stage4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/image/spindle/wheezy-stage4 b/image/spindle/wheezy-stage4 index 58bb7fbc..e3868b12 100755 --- a/image/spindle/wheezy-stage4 +++ b/image/spindle/wheezy-stage4 @@ -46,8 +46,10 @@ scp_in_to_qemu /root/spindle/dhcpd.conf /tmp/dhcpd.conf.in scp_in_to_qemu /root/spindle/hostapd.conf /tmp/hostapd.conf.in scp_in_to_qemu /root/spindle/isc-dhcp-server /tmp/isc-dhcp-server.in scp_in_to_qemu /root/spindle/sshd_config /tmp/sshd_config.in +scp_in_to_qemu /root/spindle/libdump978.so /tmp/libdump978.so.in ssh_in_to_qemu chroot /mnt sh -l -ex - <<\EOF +mv /tmp/libdump978.so.in /usr/lib/libdump978.so mv -f /tmp/hostapd.in /usr/sbin/hostapd chown root.root /usr/sbin/hostapd chmod 755 /usr/sbin/hostapd