bump(coreos-base/coreos-init): Replace dev-mode script.

This commit is contained in:
Michael Marineau 2014-01-17 21:02:47 -08:00
parent 2012c8568b
commit 17675d4b0d
3 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ RDEPEND="${DEPEND}
src_install() {
if use symlink-usr ; then
emake DESTDIR="${D}" install-usr
systemd_enable_service local-fs.target remount-root.service
else
emake DESTDIR="${D}" install
fi

View File

@ -36,6 +36,7 @@ RDEPEND="${DEPEND}
src_install() {
if use symlink-usr ; then
emake DESTDIR="${D}" install-usr
systemd_enable_service local-fs.target remount-root.service
else
emake DESTDIR="${D}" install
fi