mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
build: Allow running sign-release target from the dist dir.
-- This is a kludge to avoid a new configure run only to then cd down do dist. Just cd to dist and run make sign-release.
This commit is contained in:
parent
f209d7d2db
commit
178e4eb655
@ -213,7 +213,7 @@ release:
|
||||
|
||||
sign-release:
|
||||
+(set -e; \
|
||||
cd dist; \
|
||||
test $$(pwd | sed 's,.*/,,') = dist || cd dist; \
|
||||
x=$$(grep '^RELEASE_ARCHIVE=' $$HOME/.gnupg-autogen.rc|cut -d= -f2);\
|
||||
if [ -z "$$x" ]; then \
|
||||
echo "error: RELEASE_ARCHIVE missing in ~/.gnupg-autogen.rc">&2; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user