summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFélix Piédallu2015-09-07 11:22:39 +0200
committerFélix Piédallu2015-09-07 11:22:39 +0200
commit690ff4054dc2c49caf92381b2aa39d72c8175c38 (patch)
treec591962372c9265ac71e95fc71c09fc7a8a23986
parent8e1c3382b4937695f1e298ee224c3caa3c42c161 (diff)
downloadaur-690ff4054dc2c49caf92381b2aa39d72c8175c38.tar.gz
sed again
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31d6c6cac543..703a47467ab4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -53,6 +53,7 @@ build() {
# Replace json/json.h with json-c/json.h
sed -i 's#json/json.h#json-c/json.h#g' `find .. -name "*.c" -o -name "*.h"`
+ sed -i 's#uthash/uthash.h#uthash.h#g' `find .. -name "*.c" -o -name "*.h"`
# Build the sources
./SDK3Build.py -t Unix --nogit