diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-14 15:08:32 -0400 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2021-08-14 15:08:32 -0400 |
commit | 751a04de6a90771312038b873b96db110dcae4bb (patch) | |
tree | 73015f27d708e8d77cc2fc8211f01c9831500ad0 /x11-apps | |
parent | 113f17f862410412b1938dd8145ff189805ae7ac (diff) | |
download | gentoo-overlay-751a04de6a90771312038b873b96db110dcae4bb.tar.xz gentoo-overlay-751a04de6a90771312038b873b96db110dcae4bb.zip |
*/*: repoman appeasements
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 } |