diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-04-13 18:31:20 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-04-13 18:31:20 +0000 |
commit | cc568df83e104238efab917c9a2afbc40e1cf332 (patch) | |
tree | c0c7b8d09b6631172cb4a1b497d0aa339eb7af32 /net-misc/ltsp/ltsp-4.1-r1.ebuild | |
parent | now the old ebuild also makes use of newenvd, fixes #79625 (diff) | |
download | gentoo-2-cc568df83e104238efab917c9a2afbc40e1cf332.tar.gz gentoo-2-cc568df83e104238efab917c9a2afbc40e1cf332.tar.bz2 gentoo-2-cc568df83e104238efab917c9a2afbc40e1cf332.zip |
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-misc/ltsp/ltsp-4.1-r1.ebuild')
-rw-r--r-- | net-misc/ltsp/ltsp-4.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/ltsp/ltsp-4.1-r1.ebuild b/net-misc/ltsp/ltsp-4.1-r1.ebuild index 8684ecaf8693..ec411fc0a0ab 100644 --- a/net-misc/ltsp/ltsp-4.1-r1.ebuild +++ b/net-misc/ltsp/ltsp-4.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1-r1.ebuild,v 1.8 2005/03/06 11:53:00 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ltsp/ltsp-4.1-r1.ebuild,v 1.9 2005/04/13 18:31:20 lanius Exp $ IUSE="X debug nas esd audiofile snmp" @@ -128,11 +128,11 @@ src_install() { doins vmlinuz-${KERNEL_VERSION} # pxe stuff - insinto /tftboot/pxe + insinto /tftpboot/pxe doins 2.4.26-ltsp-2/pxelinux.0 doins 2.4.26-ltsp-2/initrd-2.4.26-ltsp-2.gz doins 2.4.26-ltsp-2/bzImage-2.4.26-ltsp-2 - insinto /tftboot/pxelinux.cfg + insinto /tftpboot/pxelinux.cfg doins 2.4.26-ltsp-2/pxelinux.cfg/default insinto /tftpboot/pxe |