We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc60cfe commit 521a9ecCopy full SHA for 521a9ec
build/pkgs/gap/spkg-install.in
@@ -80,8 +80,8 @@ chmod +x "$SAGE_DESTDIR$SAGE_BIN/gap"
80
81
# Create symlinks under $GAP_ROOT for these executables, as they are expected
82
# (especially when building kernel packages) to exist
83
-ln -sf "$SAGE_BIN/gap-bin" "$DESTDIR_GAP_ROOT/gap"
84
-ln -sf "$SAGE_BIN/gac" "$DESTDIR_GAP_ROOT/gac"
+ln -sf "../../bin/gap-bin" "$DESTDIR_GAP_ROOT/gap"
+ln -sf "../../bin/gac" "$DESTDIR_GAP_ROOT/gac"
85
86
# Fix the $GAP_ROOT/bin/<arch>/src symlink to be relative (otherwise it links
87
# to the actual path of the sources GAP was compiled from)
0 commit comments