diff options
Diffstat (limited to 'debian/patches/01-prefix.diff')
-rw-r--r-- | debian/patches/01-prefix.diff | 11 |
1 files changed, 11 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 |