aboutsummaryrefslogtreecommitdiff
path: root/checkinst.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcheckinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkinst.sh b/checkinst.sh
index cc0d0e9..e5490bc 100755
--- a/checkinst.sh
+++ b/checkinst.sh
@@ -1,6 +1,6 @@
1#!/bin/bash 1#!/bin/bash
2 2
3CMD="ln -svf $PWD/libbu++.so /usr/lib; 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"
4 4
5if [ $UID == 0 ]; then 5if [ $UID == 0 ]; then
6 bash -c "$CMD" 6 bash -c "$CMD"