Skip to content
This repository has been archived by the owner on May 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #14 from cgay/dev
Browse files Browse the repository at this point in the history
Fix catalog directory
  • Loading branch information
cgay authored Feb 13, 2022
2 parents 4e7dbf5 + 8e358dd commit afd793e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 102 deletions.
8 changes: 6 additions & 2 deletions catalog.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,19 @@ define function catalog
else
subdirectory-locator(package-manager-directory(),
$catalog-local-directory-name,
$pacman-catalog-release.release-version.version-to-string,
$source-directory-name,
$catalog-format)
end;
// We pass deps?: #f here to prevent infinite recursion when `catalog` is
// called again. pacman-catalog is a data-only package and will never have
// any deps.
if (~override)
install($pacman-catalog-release, force?: too-old?(directory), deps?: #f);
install($pacman-catalog-release,
force?: too-old?(directory),
deps?: #f);
end;
make(<catalog>, directory: directory)
*catalog* := make(<catalog>, directory: directory)
end
end function;

Expand Down
77 changes: 0 additions & 77 deletions tools/converter/converter.dylan

This file was deleted.

3 changes: 0 additions & 3 deletions tools/converter/converter.lid

This file was deleted.

20 changes: 0 additions & 20 deletions tools/converter/library.dylan

This file was deleted.

0 comments on commit afd793e

Please sign in to comment.