[Lunar-commits] <moonbase> fillets-ng: clean up the data source after install.

Florin Braescu florin at lunar-linux.org
Sun Feb 22 08:00:06 CET 2009


commit 4371f5cfe50f2ce0805f553178fde96029613f9b
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Feb 22 09:00:06 2009 +0200

    fillets-ng: clean up the data source after install.
---
 games/fillets-ng/POST_INSTALL |    1 +
 games/fillets-ng/PRE_BUILD    |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/games/fillets-ng/POST_INSTALL b/games/fillets-ng/POST_INSTALL
new file mode 100644
index 0000000..eefac0d
--- /dev/null
+++ b/games/fillets-ng/POST_INSTALL
@@ -0,0 +1 @@
+rm -fr /usr/src/$MODULE-$DATA_VERSION
diff --git a/games/fillets-ng/PRE_BUILD b/games/fillets-ng/PRE_BUILD
index 42aade9..203a1c5 100644
--- a/games/fillets-ng/PRE_BUILD
+++ b/games/fillets-ng/PRE_BUILD
@@ -1,4 +1,4 @@
 validate_source_dir $SOURCE_DIRECTORY   &&
 mk_source_dir       $SOURCE_DIRECTORY   &&
-unpack              $SOURCE                &&
+unpack              $SOURCE             &&
 unpack              $SOURCE2


More information about the Lunar-commits mailing list