forgotten subdir
This commit is contained in:
parent
ca2a54b2b1
commit
325cf4b894
@ -83,7 +83,7 @@ ln -sf . %{name}-%{version}
|
|||||||
%build
|
%build
|
||||||
python -m compileall dom0/qvm-core dom0/qmemman
|
python -m compileall dom0/qvm-core dom0/qmemman
|
||||||
python -O -m compileall dom0/qvm-core dom0/qmemman
|
python -O -m compileall dom0/qvm-core dom0/qmemman
|
||||||
for dir in dom0/restore dom0/qubes_rpc misc; do
|
for dir in dom0/restore dom0/qubes_rpc dom0/qmemman; do
|
||||||
(cd $dir; make)
|
(cd $dir; make)
|
||||||
done
|
done
|
||||||
(cd vchan; make -f Makefile.linux)
|
(cd vchan; make -f Makefile.linux)
|
||||||
|
Loading…
Reference in New Issue
Block a user