Skip to content

Commit

Permalink
lang/slib-guile: Fix leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
5u623l20 committed Jun 6, 2021
1 parent e9c6cb9 commit be575ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lang/slib-guile/Makefile
Expand Up @@ -3,6 +3,7 @@

PORTNAME= slib
PORTVERSION= 3b6 # Keep this in sync with lang/slib
PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= # empty
PKGNAMESUFFIX= -guile
Expand Down
2 changes: 1 addition & 1 deletion lang/slib-guile/files/pkg-install.in
Expand Up @@ -3,6 +3,6 @@
case "$2" in
"POST-INSTALL")
ln -shf %%LOCALBASE%%/share/slib %%LOCALBASE%%/share/guile/3.0/slib
env GUILE_IMPLEMENTATION_PATH=%%LOCALBASE%%/share/guile/3.0 %%LOCALBASE%%/bin/guile -q -l %%LOCALBASE%%/share/slib/guile.init -c "(use-modules (ice-9 slib))(require 'new-catalog)"
env GUILE_IMPLEMENTATION_PATH=%%LOCALBASE%%/share/guile/3.0 %%LOCALBASE%%/bin/guile -q --no-auto-compile -l %%LOCALBASE%%/share/slib/guile.init -c "(use-modules (ice-9 slib))(require 'new-catalog)"
;;
esac

0 comments on commit be575ef

Please sign in to comment.