summarylogtreecommitdiffstats
path: root/doomrl.sh
diff options
context:
space:
mode:
authorgileri2023-11-26 17:44:54 +0100
committergileri2023-11-26 17:44:54 +0100
commit9b8977b40ed2f917a0bf1d5b406ed9375d724bd6 (patch)
tree929ddc30a0bc822a1b096e33600041856fb216ce /doomrl.sh
parent1771ca402d12917f926d411df795610a26fbc964 (diff)
downloadaur-doomrl.tar.gz
Convert MP3 to OGG
Diffstat (limited to 'doomrl.sh')
-rwxr-xr-xdoomrl.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/doomrl.sh b/doomrl.sh
index a4f07e934847..1c91b09be045 100755
--- a/doomrl.sh
+++ b/doomrl.sh
@@ -21,6 +21,9 @@ if [[ ! -d "$dir" ]]; then
ln -s $bin/mp3 "$dir" || exit 1
ln -s $bin/wavhq "$dir" || exit 1
fi
-
+if [[ ! -d "$dir/ogg" ]]
+then
+ ln -s $bin/ogg "$dir" || exit 1
+fi
cd "$dir"
exec $bin/doomrl $1