eclass/bsdmk.eclass: Pass all of arguments to mkinstall.
authorYuta Satoh <nigoro.dev@gmail.com>
Tue, 11 Oct 2016 12:12:53 +0000 (21:12 +0900)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 11 Oct 2016 14:47:47 +0000 (16:47 +0200)
eclass/bsdmk.eclass

index 3ce3572e9f152a1873936a9681778d2e4d420e3c..a92b4c03ec76dad47017b286b7cb3d0f6e2b702c 100644 (file)
@@ -79,5 +79,5 @@ bsdmk_src_compile() {
 # @DESCRIPTION:
 # The bsdmk src_install function, which is exported
 bsdmk_src_install() {
-       mkinstall || die "install failed"
+       mkinstall "$@" || die "install failed"
 }