From e901f0fc8dfcd7845279761b7f50fde8eda1e36c Mon Sep 17 00:00:00 2001 From: bartbes Date: Sun, 13 Feb 2011 17:55:24 +0100 Subject: [PATCH] Fixed nlove-run so it won't keep redownloading --- nlove/files/nlove-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nlove/files/nlove-run b/nlove/files/nlove-run index ac4d75d..10ad28d 100755 --- a/nlove/files/nlove-run +++ b/nlove/files/nlove-run @@ -5,7 +5,7 @@ if [ $# -lt 1 ]; then exit 1 fi -if [ ! -f "$HOME/.nlove/$1.love" ]; then +if [ ! -f "/usr/share/nlove/$1.love" ]; then echo "Game not found, will now attempt to download it." echo "This requires working internet access." mkdir -p /usr/share/nlove > /dev/null