review: Remove unused line in oem-vagrant-virtualbox ebuild

Forgot to remove an unused line when cleaning up the ebuild originally
This commit is contained in:
Alexander Pavel 2017-06-15 14:33:27 -07:00
parent af0b72ba4c
commit 02ca082d03

View File

@ -19,6 +19,4 @@ src_install() {
insinto "/usr/share/oem" insinto "/usr/share/oem"
doins -r "${FILESDIR}/box" doins -r "${FILESDIR}/box"
doins "${FILESDIR}/grub.cfg" doins "${FILESDIR}/grub.cfg"
into "/usr/share/oem"
} }