diff options
author | Cem Keylan <cem@ckyln.com> | 2023-07-15 13:11:25 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-07-15 13:11:25 +0200 |
commit | a5f96af2912c300e977d85a77506e4dac0fcd97d (patch) | |
tree | 86816311a5b625e079693efe1ea799bf12288c4d /community | |
parent | be763b3d457c7414aa512b8fa382384e87b058ac (diff) | |
download | repository-a5f96af2912c300e977d85a77506e4dac0fcd97d.tar.gz |
gpgme: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-x | community/gpgme/build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |