Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Commit

Permalink
better to not rename initial-conf directory in workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienDurel committed Jan 4, 2013
1 parent 5c10812 commit d61b667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-kernel.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ cp -p ${CWD}/conf ${CWD}/${WORKDIR}/
cp -p ${CWD}/mtree.conf ${CWD}/${WORKDIR}/ cp -p ${CWD}/mtree.conf ${CWD}/${WORKDIR}/
cp -pR ${CWD}/disktabs ${CWD}/${WORKDIR}/ cp -pR ${CWD}/disktabs ${CWD}/${WORKDIR}/
cp -pR ${CWD}/tools ${CWD}/${WORKDIR}/ cp -pR ${CWD}/tools ${CWD}/${WORKDIR}/
cp -pR ${CWD}/${CONFDIR} ${CWD}/${WORKDIR}/ cp -pR ${CWD}/${CONFDIR} ${CWD}/${WORKDIR}/initial-conf
rm -r ${CWD}/${WORKDIR}/obj rm -r ${CWD}/${WORKDIR}/obj
mkdir -p ${CWD}/${WORKDIR}/obj mkdir -p ${CWD}/${WORKDIR}/obj
mkdir -p ${CWD}/obj mkdir -p ${CWD}/obj
Expand Down

0 comments on commit d61b667

Please sign in to comment.