Move debian based bits to debian/ subdirectory

This is in preparation for introducing a Yocto-based variant.
This commit is contained in:
Colin Walters 2011-11-12 17:47:12 -05:00
parent f5cf1a54de
commit 0de82378b9
5 changed files with 3 additions and 1 deletions

View File

@ -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}