summarylogtreecommitdiffstats
path: root/INSTALL-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL-path.patch')
-rw-r--r--INSTALL-path.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL-path.patch b/INSTALL-path.patch
new file mode 100644
index 000000000000..834c9f61cb78
--- /dev/null
+++ b/INSTALL-path.patch
@@ -0,0 +1,8 @@
+--- INSTALL 2015-04-12 08:01:59.940901623 +0200
++++ INSTALL.new 2015-04-12 08:02:24.357436014 +0200
+@@ -1,4 +1,4 @@
+ #!/usr/bin/sh
+-export VAPI_PATH="/usr/share/vala/vapi/"
++export VAPI_PATH="$1"
+ mkdir "$VAPI_PATH" -p
+ cp ./*.vapi "$VAPI_PATH" -R --force