aboutsummaryrefslogtreecommitdiff
path: root/checkinst.sh
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-08-04 14:34:20 +0000
committerMike Buland <eichlan@xagasoft.com>2010-08-04 14:34:20 +0000
commit819cfbbc5f8caa65575caefb3e602d2d9f7425b3 (patch)
tree28cd579d2d7df17eee495d31598c4d570c56c95a /checkinst.sh
parentb5fea4de7f2e20fbb768aef2ed72249c80b1bf9d (diff)
downloadlibbu++-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-xcheckinst.sh2
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
3CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib" 3CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/viewcsv /usr/bin"
4 4
5if [ $UID == 0 ]; then 5if [ $UID == 0 ]; then
6 bash -c "$CMD" 6 bash -c "$CMD"