diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-02-09 05:30:38 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-02-09 05:30:38 +0000 |
commit | 10747b4fb6ff74fa83384859b09ba695378aea60 (patch) | |
tree | 24af7800d3392a4b7add7fc31b9961b6295465a6 /checkinst.sh | |
parent | 5a6476514c075743ca13d566bd306b2d71d1952a (diff) | |
download | libbu++-10747b4fb6ff74fa83384859b09ba695378aea60.tar.gz libbu++-10747b4fb6ff74fa83384859b09ba695378aea60.tar.bz2 libbu++-10747b4fb6ff74fa83384859b09ba695378aea60.tar.xz libbu++-10747b4fb6ff74fa83384859b09ba695378aea60.zip |
Added StaticMemBuf and used it in bin2cpp. You can also set the name of the
class that bin2cpp generates for you.
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 f55bbea..ff9a932 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,myriad} /usr/bin" | 3 | CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/{viewcsv,myriad,bin2cpp} /usr/bin" |
4 | 4 | ||
5 | if [ $UID == 0 ]; then | 5 | if [ $UID == 0 ]; then |
6 | bash -c "$CMD" | 6 | bash -c "$CMD" |