[Lunar-commits] <moonbase-other> openafs: Moved removal of source cache to POST_INSTALL
Stefan Wold
ratler at lunar-linux.org
Sun Sep 15 09:28:36 CEST 2013
commit d5eb08ac9b45e5f6c0eae01a7424af68d316b24c
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun, 15 Sep 2013 00:27:45 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d5eb08ac9b45e5f6c0eae01a7424af68d316b24c
openafs: Moved removal of source cache to POST_INSTALL
---
filesys/openafs/BUILD | +1/-4
filesys/openafs/POST_INSTALL | +4/-0
2 files changed, 5 insertions(+), 4 deletions(-)
--- a/filesys/openafs/BUILD
+++ b/filesys/openafs/BUILD
@@ -95,7 +95,4 @@ if module_installed sysvinit; then
if [ ! -f /etc/config.d/afs ]; then
install -p -m 644 $SOURCE_DIRECTORY/src/afsd/afs.conf.linux /etc/config.d/afs
fi
-fi &&
-
-# Ugly but we need a new cellservdb everytime we run lin
-rm -f $SOURCE_CACHE/$SOURCE2
+fi
--- a/filesys/openafs/POST_INSTALL
+++ b/filesys/openafs/POST_INSTALL
@@ -1 +1,5 @@
+
+# Ugly but we need a new cellservdb everytime we run lin
+rm -f $SOURCE_CACHE/$SOURCE2 &&
+
lin openafs-driver
More information about the Lunar-commits
mailing list