aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-07-15 13:11:25 +0200
committerCem Keylan <cem@ckyln.com>2023-07-15 13:11:25 +0200
commita5f96af2912c300e977d85a77506e4dac0fcd97d (patch)
tree86816311a5b625e079693efe1ea799bf12288c4d /community
parentbe763b3d457c7414aa512b8fa382384e87b058ac (diff)
downloadrepository-a5f96af2912c300e977d85a77506e4dac0fcd97d.tar.gz
gpgme: fix shellcheck error
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/gpgme/build2
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