From 2f4b30208526c7c09e3d024e8e0eeeaf012399a5 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 c83deea..d0d2ed7 100644 --- a/colab/colab.spec +++ b/colab/colab.spec @@ -177,9 +177,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