From d6407ac5fbe13eaf929e26b502afa1312382f94e Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Wed, 7 Nov 2018 11:56:41 +0800 Subject: [PATCH] Make directory /etc/module-build-service instead of link rhpkg could be installed inside Vagrant machine to run MBS with internal infra. rhpkg installs config file into /etc/module-build-service, which could fail with following error if /etc/module-build-service is a link to /opt/module_build_service/conf. error: unpacking of archive failed on file /etc/module-build-service/redhat.py;5be25ac4: cpio: chown Signed-off-by: Chenxiong Qi --- Vagrantfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 9cbafa74..129695f7 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -48,9 +48,9 @@ $script = <