aboutsummaryrefslogtreecommitdiff
path: root/extra/libepoxy
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-11-09 10:50:19 +0100
committerCem Keylan <cem@ckyln.com>2021-11-09 10:50:19 +0100
commit94bd91a052b4d58b6a0a8d7d71852f79040838b4 (patch)
tree75e054ee01c11883d542aba385bba6b54a8d4376 /extra/libepoxy
parent29329968354ff621855ee0b5e0495ba1e7cf2e90 (diff)
downloadrepository-94bd91a052b4d58b6a0a8d7d71852f79040838b4.tar.gz
libepoxy: fix shellcheck error
Diffstat (limited to 'extra/libepoxy')
-rwxr-xr-xextra/libepoxy/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/libepoxy/build b/extra/libepoxy/build
index 8893893e..239ebddb 100755
--- a/extra/libepoxy/build
+++ b/extra/libepoxy/build
@@ -1,6 +1,6 @@
#!/bin/sh -e
-export DESTDIR=$1
+export DESTDIR="$1"
cl-meson \
-Degl=yes \