diff options
author | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-06-16 18:41:15 +0000 |
---|---|---|
committer | gingold <gingold@b72b5c32-5f01-0410-b925-b5c7b92870f7> | 2006-06-16 18:41:15 +0000 |
commit | a8db752954f060217f21417bd98077a215fab971 (patch) | |
tree | d1a786459661d992376bb583423f790bb1cf8f38 /translate/gcc | |
parent | 549cfe1c332be3633121dfd6d29b98afc24d2650 (diff) | |
download | ghdl-a8db752954f060217f21417bd98077a215fab971.tar.gz ghdl-a8db752954f060217f21417bd98077a215fab971.tar.bz2 ghdl-a8db752954f060217f21417bd98077a215fab971.zip |
bug fixes
Diffstat (limited to 'translate/gcc')
-rw-r--r-- | translate/gcc/INSTALL | 2 | ||||
-rwxr-xr-x | translate/gcc/dist.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 |