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