Move debian based bits to debian/ subdirectory
This is in preparation for introducing a Yocto-based variant.
This commit is contained in:
parent
f5cf1a54de
commit
0de82378b9
|
|
@ -182,7 +182,9 @@ if ! test -d ${OBJ}; then
|
|||
fi
|
||||
|
||||
cd ${WORKDIR}
|
||||
cp ${SRCDIR}/ostree_switch_root ${WORKDIR}
|
||||
(cd ${SRCDIR}/..;
|
||||
make ostree_switch_root;
|
||||
cp ostree_switch_root ${WORKDIR})
|
||||
|
||||
kv=`uname -r`
|
||||
kernel=/boot/vmlinuz-${kv}
|
||||
Loading…
Reference in New Issue