17 lines
383 B
Diff
17 lines
383 B
Diff
diff -Nru tea-33.0.0.orig/src.pro tea-33.0.0/src.pro
|
|
--- tea-33.0.0.orig/src.pro 2012-04-28 18:34:33.000000000 +0200
|
|
+++ tea-33.0.0/src.pro 2012-04-29 16:08:56.004656111 +0200
|
|
@@ -101,10 +101,10 @@
|
|
}
|
|
|
|
TARGET = bin/tea
|
|
-#target.path = /usr/local/bin
|
|
+#target.path = /usr/bin
|
|
|
|
isEmpty( PREFIX ) {
|
|
- PREFIX = /usr/local/bin
|
|
+ PREFIX = /usr/bin
|
|
}
|
|
|
|
target.path = $$PREFIX
|