aboutsummaryrefslogtreecommitdiff
path: root/checkinst.sh
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-02-09 05:30:38 +0000
committerMike Buland <eichlan@xagasoft.com>2012-02-09 05:30:38 +0000
commit10747b4fb6ff74fa83384859b09ba695378aea60 (patch)
tree24af7800d3392a4b7add7fc31b9961b6295465a6 /checkinst.sh
parent5a6476514c075743ca13d566bd306b2d71d1952a (diff)
downloadlibbu++-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 'checkinst.sh')
-rwxr-xr-xcheckinst.sh2
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
3CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/{viewcsv,myriad} /usr/bin" 3CMD="ln -svf $PWD/bu /usr/include; ln -svf $PWD/libbu++.a /usr/lib; ln -svf $PWD/{viewcsv,myriad,bin2cpp} /usr/bin"
4 4
5if [ $UID == 0 ]; then 5if [ $UID == 0 ]; then
6 bash -c "$CMD" 6 bash -c "$CMD"