1
1

- Get rid of a small nuisance: after installation of the

alps-resid script, set it to exec, to allow:

   export OMPI_ALPS_RESID=`$OMPI/share/openmpi/ras-alps-command.sh`

This commit was SVN r22234.
Этот коммит содержится в:
Rainer Keller 2009-11-25 19:01:33 +00:00
родитель 8075640ef1
Коммит 70a69e796f

Просмотреть файл

@ -23,6 +23,9 @@ AM_CPPFLAGS = $(ras_alps_CPPFLAGS)
dist_pkgdata_DATA = help-ras-alps.txt \
ras-alps-command.sh
install-data-hook:
chmod +x $(DESTDIR)$(pkgdatadir)/ras-alps-command.sh
sources = \
ras_alps.h \
ras_alps_component.c \