On Thursday 17 August 2006 06:48, Martintxo wrote:
> Edit /usr/bin/checkinstall, lines 1468-1472 (the comented ones are the
> original ones, and the not comented ones are my changes):
>
> echo "Copying documentation directory..."
> # mkdir -p "${BUILD_DIR}/${DOC_DIR}/${PKG_BASENAME}"
> mkdir -p "${BUILD_DIR}/${DOC_DIR}/${NAME}"
> (cd $DIRECTORIO_FUENTE/doc-pak;$TAR -cpf - .) |
> # (cd ${BUILD_DIR}/${DOC_DIR}/${PKG_BASENAME};$TAR -f - -xvp)
> (cd ${BUILD_DIR}/${DOC_DIR}/${NAME};$TAR -f - -xvp)
> # chown -R root.root "${BUILD_DIR}/${DOC_DIR}/${PKG_BASENAME}"
> chown -R root.root "${BUILD_DIR}/${DOC_DIR}/${NAME}"
>
This seems sane to me. I'll apply this and see how it works.
--
Felipe Sateler
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]