1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-14 21:47:19 +02:00

See ChangeLog: Tue Oct 26 20:03:44 CEST 1999 Werner Koch

This commit is contained in:
Werner Koch 1999-10-26 18:06:55 +00:00
parent cf70ca8d68
commit 56146451ea
14 changed files with 57 additions and 17 deletions

View file

@ -13,6 +13,7 @@ bin_PROGRAMS = gpg
common_source = \
build-packet.c \
compress.c \
basicdefs.h \
filter.h \
free-packet.c \
getkey.c \
@ -86,9 +87,4 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(srcdir)/options.skel \
$(DESTDIR)$(pkgdatadir)/options.skel
@set -e;\
if test -f $(DESTDIR)$(bindir)/gpgm ; then \
echo "removing obsolete gpgm binary" ; \
rm $(DESTDIR)$(bindir)/gpgm ; \
fi