#
# Scripts and Customizations specific to TelemetryBox/Gentoo Live CDs
#
# (C) 2002 TelemetryBox Corporation; Distributed under GPL-2 http://telemetrybox.biz
# Christoph Lameter <christoph@lameter.com>, Aug 7, 2002
#
# Depend on boa cdtree-isolinux dialog links
#
# Must have USE="fbcon" so that links builds with framebuffer support

all:

clean:
	rm `find . -name "*~"`

install: 
	install -d $(DESTDIR)/usr/sbin $(DESTDIR)/etc/boa
	install -d $(DESTDIR)/isolinux/{after-install,before-generation,after}
	install -d $(DESTDIR)/usr/www
	install -m755 usr-sbin/* $(DESTDIR)/usr/sbin
	install -m755 usr-bin/* $(DESTDIR)/usr/bin
	install -m644 issue $(DESTDIR)/etc
	install -m755 10remove-cdtree-tbox $(DESTDIR)/isolinux/after-install
	install -m755 10update-cdtree-list $(DESTDIR)/isolinux/before-generation
	install -m755 50tty1-cdtree $(DESTDIR)/isolinux/start
	install -m644 root/* $(DESTDIR)/
	install -m644 usr-www/* $(DESTDIR)/usr/www
	install -m644 boa.conf $(DESTDIR)/etc/boa
