Commit 9a2c402c authored by lenz@mysql.com's avatar lenz@mysql.com

- renamed gtar->tar in Build-tools/mysql-copyright, since it is more

   common, especially on our main build systems
 - cosmetical fix in mysql.spec
parent f85e430a
...@@ -89,7 +89,7 @@ sub main ...@@ -89,7 +89,7 @@ sub main
} }
# everything should be ok, continue with extracting.. # everything should be ok, continue with extracting..
`gtar xfz ../$distfile`; `tar xfz ../$distfile`;
$pec= $? >> 8; $pec= $? >> 8;
abort($dir, "Extracting from tar failed!\n") if ($pec); abort($dir, "Extracting from tar failed!\n") if ($pec);
...@@ -107,7 +107,7 @@ sub main ...@@ -107,7 +107,7 @@ sub main
`mv -f $destdir $newdistname`; `mv -f $destdir $newdistname`;
# tar the new distribution # tar the new distribution
`gtar cz -f $opt_target/$newdistname.tar.gz *`; `tar cz -f $opt_target/$newdistname.tar.gz *`;
$pec= $? >> 8; $pec= $? >> 8;
abort($dir, "Making new tar archive failed!\n") if ($pec); abort($dir, "Making new tar archive failed!\n") if ($pec);
......
...@@ -519,7 +519,7 @@ fi ...@@ -519,7 +519,7 @@ fi
take care of this take care of this
- reorganized the file list: actually install man pages along - reorganized the file list: actually install man pages along
with the binaries of the respective subpackage with the binaries of the respective subpackage
- dont include libmysqld.a in the devel subpackage as well, if we - do not include libmysqld.a in the devel subpackage as well, if we
have a special "embedded" subpackage have a special "embedded" subpackage
- reworked the package descriptions - reworked the package descriptions
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment