remove sudo from contrib scripts
This commit is contained in:
parent
2deb7e0d0c
commit
29ac8db880
2 changed files with 2 additions and 2 deletions
|
@ -18,4 +18,4 @@ cd sassc
|
||||||
make
|
make
|
||||||
|
|
||||||
# isntall the sassc binary
|
# isntall the sassc binary
|
||||||
sudo install -t /usr/local/bin bin/sassc
|
install -t /usr/local/bin bin/sassc
|
||||||
|
|
|
@ -15,4 +15,4 @@ tar xzf sqlite-autoconf-3081101.tar.gz
|
||||||
cd sqlite-autoconf-3081101
|
cd sqlite-autoconf-3081101
|
||||||
./configure -prefix=/scratch/usr/local
|
./configure -prefix=/scratch/usr/local
|
||||||
make
|
make
|
||||||
sudo make install
|
make install
|
||||||
|
|
Loading…
Reference in a new issue