[gnome-build-meta/abderrahim/gnome-boot] core-deps/{libvirt, samba}: move /var/run to /run



commit 96eec0dfdc2cdd7c93460aaf5be3005400910b13
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Fri May 3 20:37:50 2019 +0100

    core-deps/{libvirt,samba}: move /var/run to /run
    
    the former should be a symlink to the latter

 elements/core-deps/libvirt.bst | 4 ++++
 elements/core-deps/samba.bst   | 1 +
 2 files changed, 5 insertions(+)
---
diff --git a/elements/core-deps/libvirt.bst b/elements/core-deps/libvirt.bst
index fa5bd1e3..d7b963ae 100644
--- a/elements/core-deps/libvirt.bst
+++ b/elements/core-deps/libvirt.bst
@@ -13,3 +13,7 @@ depends:
   junction: freedesktop-sdk.bst
 variables:
   conf-aux: build-aux
+config:
+  install-commands:
+    (>):
+    - mv %{install-root}/var/run %{install-root}/run
diff --git a/elements/core-deps/samba.bst b/elements/core-deps/samba.bst
index cae3b05d..94d4bde3 100644
--- a/elements/core-deps/samba.bst
+++ b/elements/core-deps/samba.bst
@@ -29,6 +29,7 @@ config:
   - make
   install-commands:
   - DESTDIR=%{install-root} make install
+  - mv %{install-root}/var/run %{install-root}/run
 environment:
   MAKEFLAGS: -j%{max-jobs}
   V: 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]