8 lines
102 B
Bash
Executable File
8 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
if [ -z ${PREFIX+x} ];
|
|
then
|
|
PREFIX=/usr
|
|
fi
|
|
|
|
install editvorbis.sh $PREFIX/bin/editvorbis
|