[gnome-build-meta/abderrahim/misc-vm-fixes: 5/5] vm/plymouth-gnome-theme.bst: use an overlap-whitelist rather than replacing the file in integration



commit b7bae8b95111d6d53c349c0dda037f2bd7191691
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Sun Mar 29 20:31:54 2020 +0100

    vm/plymouth-gnome-theme.bst: use an overlap-whitelist rather than replacing the file in integration 
commands

 elements/vm/plymouth-gnome-theme.bst | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/elements/vm/plymouth-gnome-theme.bst b/elements/vm/plymouth-gnome-theme.bst
index e1c554fb..dd4d165a 100644
--- a/elements/vm/plymouth-gnome-theme.bst
+++ b/elements/vm/plymouth-gnome-theme.bst
@@ -19,10 +19,11 @@ config:
 
   install-commands:
   - install -Dm644 -t "%{install-root}%{datadir}/pixmaps" gnome-boot-logo.png
-  - install -Dm644 plymouthd.defaults "%{install-root}%{datadir}/plymouth/plymouthd.gnome"
+  - install -Dm644 plymouthd.defaults "%{install-root}%{datadir}/plymouth/plymouthd.defaults"
   - install -Dm644 gnome-boot-logo.png "%{install-root}%{datadir}/plymouth/themes/spinner/watermark.png"
 
 public:
   bst:
-    integration-commands:
-    - mv "%{datadir}/plymouth/plymouthd.gnome" "%{datadir}/plymouth/plymouthd.defaults"
+    overlap-whitelist:
+    # need to omit the leading slash because of buildstream #721
+    - 'usr/share/plymouth/plymouthd.defaults'


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