aboutsummaryrefslogtreecommitdiff
path: root/extra/gcr/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-02-17 11:29:39 +0300
committerCem Keylan <cem@ckyln.com>2020-02-17 11:29:39 +0300
commit7a7557c3627ccee0845b4b97c5ae63df30c689b1 (patch)
tree3e5f17478f6d57000ecb5e3f08cc0063f7b32409 /extra/gcr/build
parenteb62935873e9e3749c573c5e0fd3c2d90f3a3a5a (diff)
downloadrepository-7a7557c3627ccee0845b4b97c5ae63df30c689b1.tar.gz
gcr: fix build without gettext
Diffstat (limited to 'extra/gcr/build')
-rwxr-xr-xextra/gcr/build7
1 files changed, 7 insertions, 0 deletions
diff --git a/extra/gcr/build b/extra/gcr/build
index 95ff5252..dfe13670 100755
--- a/extra/gcr/build
+++ b/extra/gcr/build
@@ -11,4 +11,11 @@
--disable-nls
make
+
+# These require gettext to build but
+# there is no way to disable gettext
+# in gcr, so a little hack goes here
+
+touch ui/gcr-prompter.desktop ui/gcr-viewer.desktop
+
make DESTDIR="$1" install