dev-lang/nasm: Fix src_install

for/master
Pierre Lejeune 2011-08-12 13:20:44 +02:00 committed by Daniel Mierswa
parent cf8392915d
commit 87ae747ff9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ src_test() {
}
src_install() {
emake INSTALL_ROOT="${IMAGE}" install
emake -j1 INSTALLROOT="${IMAGE}" install
emagicdocs
}