From 886b09e5d997af17d1b0a9c7fad6e952a94bed45 Mon Sep 17 00:00:00 2001 From: Rahul Date: Fri, 13 Mar 2009 21:09:38 -0400 Subject: proverb --- fortune-ml/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fortune-ml/install.sh') diff --git a/fortune-ml/install.sh b/fortune-ml/install.sh index 9bd8e00..14d116b 100755 --- a/fortune-ml/install.sh +++ b/fortune-ml/install.sh @@ -3,6 +3,6 @@ echo "Compiling...." strfile fortune-ml fortune-ml.dat echo "Installing..." -cp fortune-ml.dat /usr/share/games/fortunes/ -cp fortune-ml /usr/share/games/fortunes/ +cp fortune-ml.dat /usr/share/games/fortune/ +cp fortune-ml /usr/share/games/fortune/ echo "Done...!" -- cgit