app-admin/sdnotify-proxy: Minor ebuild cleanups

Signed-off-by: Geoff Levand <geoff@infradead.org>
This commit is contained in:
Geoff Levand 2015-05-20 10:45:41 -07:00
parent 98c9080c9d
commit 3fc130c75a

View File

@ -23,13 +23,8 @@ LICENSE="Apache-2.0"
SLOT="0" SLOT="0"
IUSE="" IUSE=""
DEPEND=">=dev-lang/go-1.3"
src_compile() {
go_build "${COREOS_GO_PACKAGE}"
}
src_install() { src_install() {
# Put sdnotify-proxy into its well-know location.
exeinto /usr/libexec exeinto /usr/libexec
doexe ${GOBIN}/sdnotify-proxy doexe ${GOBIN}/sdnotify-proxy
} }