summaryrefslogtreecommitdiff
path: root/games/rollemup/files
diff options
context:
space:
mode:
authorsakamoto <sakamoto>1999-11-29 04:35:47 +0000
committersakamoto <sakamoto>1999-11-29 04:35:47 +0000
commit3968d2a10e2bb533572ec6bede087f1834e6a2d7 (patch)
treead87d023f3e7dba64b40958bc545cf063fba091f /games/rollemup/files
parent542b289843504d2dc948330738a6b43bd21bc4d3 (diff)
downloadpkgsrc-3968d2a10e2bb533572ec6bede087f1834e6a2d7.tar.gz
Fix typos, ${GAMES_DIR} and MESSAGE.
Suggested by MIHIRA Sanpei Yoshiro <sanpei@sanpei.org>.
Diffstat (limited to 'games/rollemup/files')
-rw-r--r--games/rollemup/files/rollemup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rollemup/files/rollemup.sh b/games/rollemup/files/rollemup.sh
index 6845f252fb4..c490efb8178 100644
--- a/games/rollemup/files/rollemup.sh
+++ b/games/rollemup/files/rollemup.sh
@@ -1,2 +1,2 @@
#!/bin/sh
-(cd ${PREFIX}/share/games/Rollemup; ${PREFIX}/bin/Rollemup)
+(cd ${PREFIX}/${GAMES_DIR}/Rollemup; ${PREFIX}/bin/Rollemup)