diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-17 21:21:57 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-01-17 21:21:57 -0500 |
commit | 6eb6aa42f9860b7a46bedd72d2bb313ebd48c809 (patch) | |
tree | 977062a31d35200868b3efe78217f136e09c4d71 /src | |
parent | c79e6971d56c347cee39fe2e601226865ac2ae1e (diff) |
Integrate devtools into the build systemv20130117
Diffstat (limited to 'src')
-rw-r--r-- | src/devtools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/devtools/Makefile b/src/devtools/Makefile index 8b94f80..94f1f6b 100644 --- a/src/devtools/Makefile +++ b/src/devtools/Makefile @@ -1,6 +1,8 @@ V=20121128.6 -PREFIX = /usr/local +#prefix = /usr/local +prefix = /usr +PREFIX = $(prefix) pkgdatadir=$(PREFIX)/share/devtools BINPROGS = \ |