diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-08-04 14:34:20 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-08-04 14:34:20 +0000 |
commit | 819cfbbc5f8caa65575caefb3e602d2d9f7425b3 (patch) | |
tree | 28cd579d2d7df17eee495d31598c4d570c56c95a /checkinst.sh | |
parent | b5fea4de7f2e20fbb768aef2ed72249c80b1bf9d (diff) | |
download | libbu++-819cfbbc5f8caa65575caefb3e602d2d9f7425b3.tar.gz libbu++-819cfbbc5f8caa65575caefb3e602d2d9f7425b3.tar.bz2 libbu++-819cfbbc5f8caa65575caefb3e602d2d9f7425b3.tar.xz libbu++-819cfbbc5f8caa65575caefb3e602d2d9f7425b3.zip |
Fixed some minor compilation warnings in some tests, and started adding
NullStream. This version doesn't compile yet, but will soon. You can back off
a revision or just delet nullstream for now.
Diffstat (limited to 'checkinst.sh')
-rwxr-xr-x | checkinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/checkinst.sh b/checkinst.sh index e5490bc..c2b892d 100755 --- a/checkinst.sh +++ b/checkinst.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib" | 3 | CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/viewcsv /usr/bin" |
4 | 4 | ||
5 | if [ $UID == 0 ]; then | 5 | if [ $UID == 0 ]; then |
6 | bash -c "$CMD" | 6 | bash -c "$CMD" |