From edeaf9cbd70846efe951b191137c6d964dcd613f Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 16 Jan 2007 01:29:43 +0000 Subject: [PATCH] Tweak Makefile for renaming of the import file to campcaster-import --- campcaster/src/modules/storageAdmin/etc/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/campcaster/src/modules/storageAdmin/etc/Makefile.in b/campcaster/src/modules/storageAdmin/etc/Makefile.in index eb6473ecd..e5738d006 100644 --- a/campcaster/src/modules/storageAdmin/etc/Makefile.in +++ b/campcaster/src/modules/storageAdmin/etc/Makefile.in @@ -125,8 +125,8 @@ install: ${MKDIR} ${DEST_DIR}/bin ${CP} ${BIN_DIR}/*.sh ${DEST_DIR}/bin ${RM} ${DEST_DIR}/bin/autogen.sh - ${CAT} ${BIN_DIR}/import.sh | ${SED} -e ${SED_PHPPART_DIR} \ - > ${DEST_DIR}/bin/import.sh + ${CAT} ${BIN_DIR}/campcaster-import | ${SED} -e ${SED_PHPPART_DIR} \ + > ${DEST_DIR}/bin/campcaster-import ${CAT} ${BIN_DIR}/backup.sh | ${SED} -e ${SED_PHPPART_DIR} \ > ${DEST_DIR}/bin/backup.sh ${CAT} ${BIN_DIR}/restore.sh | ${SED} -e ${SED_PHPPART_DIR} \