mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
app-admin/amazon-ec2-init: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="6"
|
||||
@@ -19,7 +19,7 @@ RDEPEND="net-misc/wget"
|
||||
DEPEND=""
|
||||
|
||||
# EAPI 4+ requires $S to be set
|
||||
S="$WORKDIR"
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2
|
||||
|
||||
Reference in New Issue
Block a user