copy directory

This commit is contained in:
Mario Fetka 2012-10-29 22:27:10 +01:00
parent 7af89d4157
commit 12b276437a
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ _kernel_copy_config() {
cp "${FILESDIR}/${PF/-r0/}-${ARCH}.config" "${1}" || die "cannot copy kernel config"
else
if [ -n "${K_NASCONFIGS_VER}" ]; then
cp "${WORKDIR}"/sablink "${S}"
cp -rf "${WORKDIR}"/sablink "${S}"
pushd "${S}"
sablink/scripts/prepareconfig ${K_NASKERNEL_NAME}-${CHOST/-*/}
mv .config "${1}"