From a5f96af2912c300e977d85a77506e4dac0fcd97d Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 15 Jul 2023 13:11:25 +0200 Subject: gpgme: fix shellcheck error --- community/gpgme/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'community') diff --git a/community/gpgme/build b/community/gpgme/build index 37ab54ba..a4fa82cf 100755 --- a/community/gpgme/build +++ b/community/gpgme/build @@ -8,7 +8,7 @@ --disable-gpg-test \ --disable-gpgconf-test -clsed '$a#define _LARGEFILE64_SOURCE' conf/config.h +printf '%s\n' '#define _LARGEFILE64_SOURCE' >> conf/config.h make make DESTDIR="$1" install -- cgit v1.2.3