From 0706b4bab18007b615c6a504f28862b205b10e4b Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 7 Aug 2011 14:32:29 +0200 Subject: Use alternate stem for GPG signature (to play nice with Apache2 content negotiation). --- foaf/mkfoaf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'foaf') diff --git a/foaf/mkfoaf.sh b/foaf/mkfoaf.sh index 7ac9621..81d3bac 100755 --- a/foaf/mkfoaf.sh +++ b/foaf/mkfoaf.sh @@ -67,7 +67,7 @@ tidyfacebookfoaf() { foafsign() { inpath="$1" - outpath="$inpath.pgp" + outpath="${inpath}_sig.pgp" gpg -a -o- --detach-sign "$inpath" > "$outpath" } -- cgit v1.2.3