commit:     44ed4c96cf48aa4268eb4eb5c71f382275303419
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 02:25:03 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 02:26:10 2020 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=44ed4c96

kmerge.sh: Ignore missing package.provided

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 targets/support/kmerge.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
index c43db8d1..754a129f 100755
--- a/targets/support/kmerge.sh
+++ b/targets/support/kmerge.sh
@@ -231,7 +231,7 @@ then
                echo "No pending updates for ${clst_ksource}"
        else
                echo "Pending updates for ${clst_ksource}, removing 
package.provided"
-               rm ${clst_port_conf}/profile/package.provided
+               rm -f ${clst_port_conf}/profile/package.provided
        fi
 
        [ -L /usr/src/linux ] && rm -f /usr/src/linux

Reply via email to