aboutsummaryrefslogtreecommitdiff
path: root/checkinst.sh
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-09-03 21:49:26 +0000
committerMike Buland <eichlan@xagasoft.com>2010-09-03 21:49:26 +0000
commit3e6f63e3135cb66c1e04232bf7401afeac06949a (patch)
tree1d90c4e2a69192987748baec202364c4dd58fef8 /checkinst.sh
parentf59c1c8e56b61abefab076d44bfb8a04bd51ac33 (diff)
downloadlibbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.tar.gz
libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.tar.bz2
libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.tar.xz
libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.zip
Checkinst installs the myriad program 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 c2b892d..f55bbea 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; ln -svf $PWD/viewcsv /usr/bin" 3CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/{viewcsv,myriad} /usr/bin"
4 4
5if [ $UID == 0 ]; then 5if [ $UID == 0 ]; then
6 bash -c "$CMD" 6 bash -c "$CMD"