From 770584ece9c3de808cf48ec2b76313a2b0adbb46 Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Thu, 27 Aug 2015 21:59:54 -0300 Subject: [PATCH] No need to create lock dir since systemd does it --- colab/colab.spec | 3 --- 1 file changed, 0 insertions(+), 3 deletions(-) diff --git a/colab/colab.spec b/colab/colab.spec index 664931c..fb9e90d 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -178,9 +178,6 @@ if [ -x /usr/bin/postgres ]; then colab-admin migrate fi -mkdir -p /var/lock/colab -chown colab:colab /var/lock/colab - mkdir -p /var/lib/colab-assets chown colab:colab /var/lib/colab-assets -- libgit2 0.21.2