/usr/share/gap/pkg/Alnuth/defs.g is in gap-alnuth 3.1.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #############################################################################
##
## AL_EXECUTABLE
##
## Here 'AL_EXECUTABLE', the path to the executable of PARI/GP, is set.
## Depending on the installation of PARI/GP the entrymay have to be changed.
## See '4.3 Adjust the path of the executable for PARI/GP' for details.
##
if not IsBound(AL_EXECUTABLE) then
BindGlobal("AL_EXECUTABLE", Filename(DirectoriesSystemPrograms(), "gp"));
fi;
|