From 65d37ffebd597c991fbb8718615cd4c9a1946ab3 Mon Sep 17 00:00:00 2001 From: Daniel Joseph Barnhart Clark Date: Mon, 31 Jul 2006 03:48:29 +0000 Subject: * Rename of .profile files to .ep, which is correct according to the author of encap. Also associated Makefile and m4-1.4.4.sh changes. * Added chmod 755 of .sh scripts before execution, in case the perms go bad for some reason. git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2013 ce84e21b-d406-0410-9b95-82705330c041 --- encap/m4-1.4.4.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'encap/m4-1.4.4.sh') diff --git a/encap/m4-1.4.4.sh b/encap/m4-1.4.4.sh index 740c74cd8..b424007eb 100755 --- a/encap/m4-1.4.4.sh +++ b/encap/m4-1.4.4.sh @@ -5,7 +5,7 @@ ENCAP_PKGNAME=m4-1.4.4 PATH=$PATH:/usr/local/bin export PATH -cat > ${ENCAP_PKGNAME}.profile << EOF +cat > ${ENCAP_PKGNAME}.ep << EOF ${ENCAP_PKGNAME}.log 2>&1 -( ${MKENCAP} -m ${PWD}/m4-fake -b -T ${ENCAP_PKGNAME}.profile || true ) \ +( ${MKENCAP} -m ${PWD}/m4-fake -b -T ${ENCAP_PKGNAME}.ep || true ) \ >> ${ENCAP_PKGNAME}.log 2>&1 -( ${MKENCAP} -m ${PWD}/m4-fake -b -CBI ${ENCAP_PKGNAME}.profile ) \ +( ${MKENCAP} -m ${PWD}/m4-fake -b -CBI ${ENCAP_PKGNAME}.ep ) \ >> ${ENCAP_PKGNAME}.log 2>&1 rm m4-fake -rm ${ENCAP_PKGNAME}.profile +rm ${ENCAP_PKGNAME}.ep exit 0 -- cgit v1.2.3-1-g7c22