Waldek,
should adding the line
chmod a+x $@
to the "efricas" target in (contrib/emacs/Makefile.in) solve the
problem? Or would I have to change something in the install command
under "install-emacs"?
I find that strange what Greg writes. "man install" says
-m, --mode=MODE
set permission mode (as in chmod), instead of rwxr-xr-x
which sounds as if the default (with no -m option) is as given. And the
line says
$(INSTALL_SCRIPT) efricas '$(DESTDIR)$(bindir)/efricas'
where
INSTALL = /usr/bin/install -c
INSTALL_SCRIPT = ${INSTALL}
so why should there be a problem with having no executable bit set for
efricas???
Ralf
On 04/14/2009 03:49 PM, Martin Rubey wrote:
> Dear Greg,
>
>> I have built a Debian package with what is in the debian subdirectory of
>> src/contrib. From memory I encountered the following things:
>>
>> . the efricas script is not installed with the executable bit set
>> . the script that builds the debian package try to remove an unexisting
>> file ('axiom')
>> . several wrong things when trying to install the emacs lisp files.
>> Problem of path I think
>
> unfortunately, I do not know how to fix any of these - I hope Ralf or
> Waldek do. If you happen to have a hint for any item on the list,
> that would be much appreciated!
>
> All the best,
>
> Martin
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---