diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-09-03 21:49:26 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-09-03 21:49:26 +0000 |
commit | 3e6f63e3135cb66c1e04232bf7401afeac06949a (patch) | |
tree | 1d90c4e2a69192987748baec202364c4dd58fef8 | |
parent | f59c1c8e56b61abefab076d44bfb8a04bd51ac33 (diff) | |
download | libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.tar.gz libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.tar.bz2 libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.tar.xz libbu++-3e6f63e3135cb66c1e04232bf7401afeac06949a.zip |
Checkinst installs the myriad program now.
Diffstat (limited to '')
-rwxr-xr-x | checkinst.sh | 2 |
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 | ||
3 | CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/viewcsv /usr/bin" | 3 | CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/{viewcsv,myriad} /usr/bin" |
4 | 4 | ||
5 | if [ $UID == 0 ]; then | 5 | if [ $UID == 0 ]; then |
6 | bash -c "$CMD" | 6 | bash -c "$CMD" |