From a8db752954f060217f21417bd98077a215fab971 Mon Sep 17 00:00:00 2001 From: gingold Date: Fri, 16 Jun 2006 18:41:15 +0000 Subject: bug fixes --- translate/gcc/INSTALL | 2 +- translate/gcc/dist.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'translate/gcc') diff --git a/translate/gcc/INSTALL b/translate/gcc/INSTALL index 2f5c5e13b..26b0ee3cd 100644 --- a/translate/gcc/INSTALL +++ b/translate/gcc/INSTALL @@ -13,7 +13,7 @@ You must be root to install this distribution. To install ghdl: $ su -# tar -C / -zxvf @TARFILE@ +# tar -C / -jxvf @TARFILE@.tar.bz2 Note: you must also have a C compiler and zlib installed. diff --git a/translate/gcc/dist.sh b/translate/gcc/dist.sh index 65aa92033..e03e686ed 100755 --- a/translate/gcc/dist.sh +++ b/translate/gcc/dist.sh @@ -230,7 +230,7 @@ do_tar_dist () { rm -rf $bindirname mkdir $bindirname - sed -e "s/@TARFILE@/$dir.tar/" < INSTALL > $bindirname/INSTALL + sed -e "s/@TARFILE@/$bindirname/" < INSTALL > $bindirname/INSTALL ln ../../COPYING $bindirname ln $TARINSTALL $bindirname tar cvf $bindirname.tar $bindirname -- cgit v1.2.3