[Lunar-commits] <moonbase> frogatto: put executable in /usr/games/

Duncan Gibson engelsman at lunar-linux.org
Sun Aug 1 14:07:26 CEST 2010


commit 31ad94953e11716afdc07b1131314ac76dd2860f
Author: Paul Bredbury <brebs at sent.com>
Date:   Sun Aug 1 14:07:26 2010 +0200

    frogatto: put executable in /usr/games/
    
    Oops.
---
 games/frogatto/BUILD |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/games/frogatto/BUILD b/games/frogatto/BUILD
index b7f3d48..153fbd9 100644
--- a/games/frogatto/BUILD
+++ b/games/frogatto/BUILD
@@ -18,7 +18,7 @@
   prepare_install  &&
 
   # Executable
-  install -D -m755 game /usr/bin/frogatto  &&
+  install -D -m755 game /usr/games/frogatto  &&
 
   # Data
   mkdir -p /usr/share/games/frogatto/  &&


More information about the Lunar-commits mailing list