[Lunar-commits] <moonbase> blobby: fix build

Michael 'v4hn' Goerner v4hn at lunar-linux.org
Sat Jun 23 20:49:12 CEST 2012


commit 66498c70a104b3c98e580adad680fb3a784eaa6a
Author: Michael 'v4hn' Goerner <v4hn at lunar-linux.org>
Date:   Sat Jun 23 20:49:12 2012 +0200

    blobby: fix build
---
 games/blobby/BUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games/blobby/BUILD b/games/blobby/BUILD
index 09bfdcb..00843fa 100644
--- a/games/blobby/BUILD
+++ b/games/blobby/BUILD
@@ -14,9 +14,9 @@ Categories=Game;ArcadeGame;
 EOF
 
   install -D -m644 $MODULE.desktop /usr/share/applications/$MODULE.desktop  &&
-  
+
   # Desktop icon
-  cp data/Icon.bmp .  &&
+  cp ${SOURCE_DIRECTORY}/data/Icon.bmp .  &&
   bmptopnm Icon.bmp > Icon.pnm  &&
   # With the help of http://netpbm.sourceforge.net/doc/pnmtopng.html
   # to remove ugly black border.


More information about the Lunar-commits mailing list