aboutsummaryrefslogtreecommitdiff
path: root/default.bld
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2009-12-21 22:24:48 +0000
committerMike Buland <eichlan@xagasoft.com>2009-12-21 22:24:48 +0000
commit97c0fcbbef19012f825cba0fc3f16037322ce84c (patch)
tree4169f36e050f4df84280c948148f8f054c37091e /default.bld
parent8ebc3f17961ef6a0cf708cc6bdca948d77817ee0 (diff)
downloadbuild-97c0fcbbef19012f825cba0fc3f16037322ce84c.tar.gz
build-97c0fcbbef19012f825cba0fc3f16037322ce84c.tar.bz2
build-97c0fcbbef19012f825cba0fc3f16037322ce84c.tar.xz
build-97c0fcbbef19012f825cba0fc3f16037322ce84c.zip
We're getting closer and closer, qt4 is more configurable and gets QT flags
for you for CXXFLAGS and LDFLAGS, added a bunch more stuff and fixed a strange function input bug.
Diffstat (limited to 'default.bld')
-rw-r--r--default.bld4
1 files changed, 2 insertions, 2 deletions
diff --git a/default.bld b/default.bld
index 19b66bf..8fc8fb4 100644
--- a/default.bld
+++ b/default.bld
@@ -29,7 +29,7 @@ action "clean"
29 29
30action "devinstall" 30action "devinstall"
31{ 31{
32 if "$(id -u)" != "0\n" then 32 if "$(id -u)" != "0" then
33 { 33 {
34 error "You can only install as the root user, su then run this."; 34 error "You can only install as the root user, su then run this.";
35 } 35 }
@@ -38,7 +38,7 @@ action "devinstall"
38 38
39action "viminstall" 39action "viminstall"
40{ 40{
41 if "$(id -u)" != "0\n" then 41 if "$(id -u)" != "0" then
42 { 42 {
43 error "You can only install as the root user, su then run this."; 43 error "You can only install as the root user, su then run this.";
44 } 44 }