[Lunar-commits] <moonbase> pingus: forgot to update the BUILD file.

Florin Braescu florin at lunar-linux.org
Thu Oct 27 12:22:36 CEST 2011


commit e4226dd32fdb4fb75a1b6743c0f0114e4aed8b86
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Oct 27 12:22:36 2011 +0200

    pingus: forgot to update the BUILD file.
---
 games/pingus/BUILD |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/games/pingus/BUILD b/games/pingus/BUILD
index f450fc6..09a9e8b 100644
--- a/games/pingus/BUILD
+++ b/games/pingus/BUILD
@@ -1,11 +1,10 @@
 (
 
-  sedit "s:/share/pingus/data:/share/games/pingus/data:" src/pingus_main.cpp  &&
-  prepare_install  &&
+  prepare_install     &&
   scons  prefix=/usr  &&
-  mkdir -p /usr/share/games/pingus  &&
+  mkdir -p /usr/share/games/pingus     &&
   cp -r data /usr/share/games/pingus/  &&
-  cp -f pingus /usr/games/  &&
+  cp -f build/pingus /usr/games/       &&
   cp $SCRIPT_DIRECTORY/pingus.desktop /usr/share/applications/
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list