From 7dfc91da0160e8b133efbeeb2cd814e3351ef653 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 26 Mar 2022 18:45:33 +0100 Subject: [PATCH] azote: fix rebuild --- recipes-gtk/nwg-shell/azote_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gtk/nwg-shell/azote_git.bb b/recipes-gtk/nwg-shell/azote_git.bb index 44610ab..6858d6b 100644 --- a/recipes-gtk/nwg-shell/azote_git.bb +++ b/recipes-gtk/nwg-shell/azote_git.bb @@ -27,7 +27,7 @@ PV = "1.9.3" SRCREV = "c4ccd502c27fa6eb801a7b2b0636aed09e8c4a12" do_configure:prepend() { - mv ${S}/dist ${S}/distrib + [ -d ${S}/dist ] && mv ${S}/dist ${S}/distrib } do_install:append() {