aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/01-prefix.diff11
-rw-r--r--debian/patches/series1
2 files changed, 12 insertions, 0 deletions
diff --git a/debian/patches/01-prefix.diff b/debian/patches/01-prefix.diff
new file mode 100644
index 00000000..841707dc
--- /dev/null
+++ b/debian/patches/01-prefix.diff
@@ -0,0 +1,11 @@
+diff --git a/global.h b/global.h
+index 6a5fded..7e015f0 100644
+--- a/global.h
++++ b/global.h
+@@ -6,5 +6,5 @@
+ //===========================================
+
+ #ifndef PREFIX
+- #define PREFIX QString("/usr/local")
++ #define PREFIX QString("/usr")
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 00000000..a6de8ad9
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-prefix.diff
bgstack15