[Lunar-commits] <moonbase> Revert "pingus: forgot to update the BUILD file."
Florin Braescu
florin at lunar-linux.org
Thu Oct 27 12:25:41 CEST 2011
commit b21e0692088638fea2378d17519531c1ba9792ee
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Oct 27 12:25:41 2011 +0200
Revert "pingus: forgot to update the BUILD file."
This reverts commit e4226dd32fdb4fb75a1b6743c0f0114e4aed8b86.
pingus: it segfaults at run.
---
games/pingus/BUILD | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/games/pingus/BUILD b/games/pingus/BUILD
index 09a9e8b..f450fc6 100644
--- a/games/pingus/BUILD
+++ b/games/pingus/BUILD
@@ -1,10 +1,11 @@
(
- prepare_install &&
+ sedit "s:/share/pingus/data:/share/games/pingus/data:" src/pingus_main.cpp &&
+ 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 build/pingus /usr/games/ &&
+ cp -f pingus /usr/games/ &&
cp $SCRIPT_DIRECTORY/pingus.desktop /usr/share/applications/
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list