diff options
-rwxr-xr-x | build-docbook-catalog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-docbook-catalog b/build-docbook-catalog index cee9af0..2275703 100755 --- a/build-docbook-catalog +++ b/build-docbook-catalog @@ -187,7 +187,7 @@ create_catalogs() { verb "Found XML Catalog root ${ROOTCATALOG}" # clean out existing entries verb " Cleaning existing ${CATALOG} delegates from ${ROOTCATALOG}" - cp "${ROOTCATALOG}" "${ROOTCATALOG}.tmp" + cp "${ROOT}${ROOTCATALOG}" "${ROOT}${ROOTCATALOG}.tmp" clean_catalog "file://${CATALOG}" "${ROOTCATALOG}.tmp" fi |