diff --git a/distillery/utils/patch_easyrdf.sh b/distillery/utils/patch_easyrdf.sh new file mode 100755 index 0000000..446c1eb --- /dev/null +++ b/distillery/utils/patch_easyrdf.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# This script can be used to repatch EasyRDF when needed. +cd /var/www/data/project/web/modules/contrib/wisski || exit 1 +EASYRDF_RESPONSE="./vendor/easyrdf/easyrdf/lib/EasyRdf/Http/Response.php" +patch -N "$EASYRDF_RESPONSE" < "/patch/easyrdf.patch" \ No newline at end of file