diff options
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/sx/sx-2.1.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-apps/sx/sx-2.1.7.ebuild b/x11-apps/sx/sx-2.1.7.ebuild index 15239e1..4cbbdb3 100644 --- a/x11-apps/sx/sx-2.1.7.ebuild +++ b/x11-apps/sx/sx-2.1.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,5 +28,5 @@ src_compile() { } src_install() { - emake PREFIX=${EPREFIX}/usr DESTDIR="${D}" install + emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install } |