diff options
Diffstat (limited to 'flx')
-rw-r--r-- | flx/lsb/lsb-0.ebuild | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/flx/lsb/lsb-0.ebuild b/flx/lsb/lsb-0.ebuild index 8d4901ff..e35bce18 100644 --- a/flx/lsb/lsb-0.ebuild +++ b/flx/lsb/lsb-0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="base directory" HOMEPAGE="http://formilux.org" @@ -12,9 +12,6 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" -RDEPEND="${DEPEND}" - src_unpack () { mkdir "${S}" } @@ -32,5 +29,5 @@ src_install () { dodir /sys dodir /var/{tmp,run,state,lib,spool,log} - dosym /var/tmp /tmp + dosym ../var/tmp /tmp } |