7 lines
66 B
Bash
Executable File
7 lines
66 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [ -n "$ROOT" ]; then
|
|
cd $ROOT
|
|
fi
|
|
|
|
make install |