From 04a72eb361a7f228408d1b9ec01ba45450bc274c Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 28 Mar 2012 10:41:19 +0000 Subject: [PATCH] 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 --- dist/slc/src/main/scripts/postinstall | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2