# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="base directory" HOMEPAGE="http://formilux.org" SRC_URI="" LICENSE="public-domain" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" src_unpack () { mkdir "${S}" } src_install () { dodir /boot dodir /etc dodir /flash dodir /home/admin dodir /lib/modules dodir /mnt dodir /nv dodir /proc dodir /root dodir /sys dodir /var/{tmp,run,state,lib,spool,log} dosym ../var/tmp /tmp }