[func] Adding a missing 'fi' in %post script

ssalevan ssalevan at fedoraproject.org
Mon Oct 15 22:57:23 UTC 2012


commit b5c8643f70e92cfa86b736ec1740eb942768d921
Author: Steve Salevan <steve at tumblr.com>
Date:   Mon Oct 15 18:55:54 2012 -0400

    Adding a missing 'fi' in %post script

 func.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/func.spec b/func.spec
index 387c0f6..6c7d042 100644
--- a/func.spec
+++ b/func.spec
@@ -148,6 +148,7 @@ if [ -x /bin/systemctl ]; then
     # Initial installation 
     /bin/systemctl daemon-reload >/dev/null 2>&1 || :
   fi
+fi
 # for suse 
 if [ -x /usr/lib/lsb/install_initd ]; then
   /usr/lib/lsb/install_initd /etc/init.d/funcd


More information about the scm-commits mailing list