From 02ca082d03a91339fb1adda5233522024133c1db Mon Sep 17 00:00:00 2001 From: Alexander Pavel Date: Thu, 15 Jun 2017 14:33:27 -0700 Subject: [PATCH] review: Remove unused line in oem-vagrant-virtualbox ebuild Forgot to remove an unused line when cleaning up the ebuild originally --- .../oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild index 64c3c4dab1..3fcc22f441 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/oem-vagrant-virtualbox/oem-vagrant-virtualbox-0.0.1.ebuild @@ -19,6 +19,4 @@ src_install() { insinto "/usr/share/oem" doins -r "${FILESDIR}/box" doins "${FILESDIR}/grub.cfg" - - into "/usr/share/oem" }