1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

See ChangeLog: Mon Apr 10 13:34:19 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-04-10 11:32:38 +00:00
parent b988924b60
commit c6cd141bc0
5 changed files with 14 additions and 1 deletions

View file

@ -10,6 +10,8 @@ if [ -f ../README ]; then
srcdir=..
elif [ -f ../../gnupg-stable/README ]; then
srcdir=../../gnupg-stable
elif [ -f ../../../gnupg-stable/README ]; then
srcdir=../../../gnupg-stable
else
echo "cannot figure out the source dir" >&2
exit 1