From f982be45e81588a27383cd1a3eb12789b8498904 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 19 Nov 2008 10:43:57 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'. --- .../patch-platforms__unix__config__inisqueak.in | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 lang/squeak-dev/files/patch-platforms__unix__config__inisqueak.in (limited to 'lang/squeak-dev/files/patch-platforms__unix__config__inisqueak.in') diff --git a/lang/squeak-dev/files/patch-platforms__unix__config__inisqueak.in b/lang/squeak-dev/files/patch-platforms__unix__config__inisqueak.in deleted file mode 100644 index f756bee6026e..000000000000 --- a/lang/squeak-dev/files/patch-platforms__unix__config__inisqueak.in +++ /dev/null @@ -1,23 +0,0 @@ ---- platforms/unix/config/inisqueak.in.org Mon Feb 6 15:10:05 2006 -+++ platforms/unix/config/inisqueak.in Mon Feb 6 15:10:58 2006 -@@ -99,7 +99,7 @@ - exit 1 - } - --if ${test} \( -f squeak.image \) -a \( -f squeak.changes \) -a \( -e ${SOURCES} \) -+if ${test} \( -f squeak.image \) -a \( -e ${SOURCES} \) - then - if ${startup}; then - if test ! -x ${SQUEAK}; then -@@ -200,7 +200,10 @@ - - install "ln -s" "${imgdir}/${SOURCES}" " " "${SOURCES}" - install "gunzip -dc" "${imgdir}/${IMAGE}" ">" "squeak.image" --install "gunzip -dc" "${imgdir}/${CHANGES}" ">" "squeak.changes" -+# For SqueakPlugin.image which don't have changes file. -+if test -e "${imgdir}/${CHANGES}"; then -+ install "gunzip -dc" "${imgdir}/${CHANGES}" ">" "squeak.changes" -+fi - - if ${startup}; then - if test ! -x ${SQUEAK}; then -- cgit v1.2.3