From d9fe27b3d5d55cbd9113f45cf8a08cb664b46bea Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 27 Sep 2002 15:27:14 +0200 Subject: - renamed gtar->tar in Build-tools/mysql-copyright, since it is more common, especially on our main build systems - cosmetical fix in mysql.spec Build-tools/mysql-copyright: - rename gtar -> tar (more common on most systems) support-files/mysql.spec.sh: - fix non ASCII accent and replace it with something that does not mess my syntax highlighting :) --- Build-tools/mysql-copyright | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Build-tools/mysql-copyright') diff --git a/Build-tools/mysql-copyright b/Build-tools/mysql-copyright index 0d49acac400..68673f3f53f 100755 --- a/Build-tools/mysql-copyright +++ b/Build-tools/mysql-copyright @@ -89,7 +89,7 @@ sub main } # everything should be ok, continue with extracting.. - `gtar xfz ../$distfile`; + `tar xfz ../$distfile`; $pec= $? >> 8; abort($dir, "Extracting from tar failed!\n") if ($pec); @@ -107,7 +107,7 @@ sub main `mv -f $destdir $newdistname`; # tar the new distribution - `gtar cz -f $opt_target/$newdistname.tar.gz *`; + `tar cz -f $opt_target/$newdistname.tar.gz *`; $pec= $? >> 8; abort($dir, "Making new tar archive failed!\n") if ($pec); -- cgit v1.2.1