Fix ${.CURDIR} != ${.OBJDIR} case. It was not fatal error, but in
broken case categories descriptions wasn't found and descriptions were missed in generated file.
This commit is contained in:
parent
1ee6b53e6e
commit
0c822822db
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=17412
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ if ($urlcgi) {
|
|||
$today = &getdate;
|
||||
|
||||
&packages_exist('packages.exists', *packages);
|
||||
&category_description(($ARGV[2] || '.') . '/categories', *category_description);
|
||||
&category_description(($ARGV[1] || '.') . '/categories', *category_description);
|
||||
&main;
|
||||
|
||||
sub getdate {
|
||||
|
|
Loading…
Reference in a new issue