summaryrefslogtreecommitdiffstats
path: root/g10/Makefile.am
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1999-05-06 15:17:17 +0200
committerWerner Koch <wk@gnupg.org>1999-05-06 15:17:17 +0200
commit5d6d50c23ca0d052227284684f891f2246fb1cce (patch)
tree0b7e93c7a82363ba1b1632c5df3b8e87a9bb3c2a /g10/Makefile.am
parentSee ChangeLog: Thu May 6 14:18:17 CEST 1999 Werner Koch (diff)
downloadgnupg2-5d6d50c23ca0d052227284684f891f2246fb1cce.tar.xz
gnupg2-5d6d50c23ca0d052227284684f891f2246fb1cce.zip
Diffstat (limited to '')
-rw-r--r--g10/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 5fadb2918..c32dc4413 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -84,6 +84,9 @@ $(PROGRAMS): $(needed_libs)
install-data-local:
$(mkinstalldirs) $(pkgdatadir)
$(INSTALL_DATA) $(srcdir)/options.skel $(pkgdatadir)/options.skel
- rm $(bindir)/gpgm || ln -s $(bindir)/gpgm gpg
+ @set -e;\
+ if test -f $(bindir)/gpgm ; then \
+ rm $(bindir)/gpgm ; ln -s gpg $(bindir)/gpgm ; \
+ fi