From: Mathieu Baudier Date: Wed, 28 Mar 2012 10:41:19 +0000 (+0000) Subject: Workaround for Bug 93 - /var/lib/slc/.m2 should belong to slc.slc X-Git-Tag: argeo-slc-2.1.7~760 X-Git-Url: http://git.argeo.org/?a=commitdiff_plain;h=04a72eb361a7f228408d1b9ec01ba45450bc274c;p=gpl%2Fargeo-slc.git Workaround for Bug 93 - /var/lib/slc/.m2 should belong to slc.slc git-svn-id: https://svn.argeo.org/slc/trunk@5251 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- diff --git a/dist/slc/src/main/scripts/postinstall b/dist/slc/src/main/scripts/postinstall index 6a343adef..29e582271 100644 --- a/dist/slc/src/main/scripts/postinstall +++ b/dist/slc/src/main/scripts/postinstall @@ -2,4 +2,7 @@ if [ $1 = "1" ];then APP=%{name} /sbin/chkconfig --add $APP /sbin/chkconfig --level 3 $APP on -fi \ No newline at end of file +fi + +# Workaround until we find a way to do it in the spec file +chown -f slc.slc /var/lib/slc/.m2