Skip to content

Commit

Permalink
app-admin/amazon-ec2-init: fix ebuild (needs $S set to a valid direct…
Browse files Browse the repository at this point in the history
…ory)

Package-Manager: portage-2.2.26
  • Loading branch information
austin987 committed Apr 27, 2016
1 parent e8a0f64 commit 3dd65f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-admin/amazon-ec2-init/amazon-ec2-init-20101127-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ IUSE=""
RDEPEND="net-misc/wget"
DEPEND=""

# EAPI 4+ requires $S to be set
S="$WORKDIR"

src_install() {
newinitd "${FILESDIR}/amazon-ec2.init" amazon-ec2
}
Expand Down

0 comments on commit 3dd65f1

Please sign in to comment.