summarylogtreecommitdiffstats
path: root/bted_script
diff options
context:
space:
mode:
authorPatrick Northon2023-05-22 23:00:48 -0400
committerPatrick Northon2023-05-22 23:00:48 -0400
commit8ae070e9d3dc4dc1ba86e6cac5cbd006dbde8f4f (patch)
tree6bc1890972b1a6d87c3100c2046f58c7bd4a8344 /bted_script
parent1a8bb2973a0e190a59df0c195f0d32b4502ac053 (diff)
downloadaur-btanks.tar.gz
Update URLs, fix smpeg dependency, move data dir and more minor things.
Diffstat (limited to 'bted_script')
-rw-r--r--bted_script6
1 files changed, 3 insertions, 3 deletions
diff --git a/bted_script b/bted_script
index 69ba703093fb..e667117ac9ac 100644
--- a/bted_script
+++ b/bted_script
@@ -1,6 +1,6 @@
-#!/bin/bash
+#!/usr/bin/env sh
#This is the script for running the actual bted executable
-cd /usr/share/btanks/
+cd /usr/share/games/btanks/
export LD_LIBRARY_PATH=/usr/lib/btanks
-exec ./bted
+./bted "$@"