Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/
Date: Sun, 02 Feb 2020 02:26:42
Message-Id: 1580610370.44ed4c96cf48aa4268eb4eb5c71f382275303419.mattst88@gentoo
1 commit: 44ed4c96cf48aa4268eb4eb5c71f382275303419
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 2 02:25:03 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 2 02:26:10 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=44ed4c96
7
8 kmerge.sh: Ignore missing package.provided
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 targets/support/kmerge.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/targets/support/kmerge.sh b/targets/support/kmerge.sh
16 index c43db8d1..754a129f 100755
17 --- a/targets/support/kmerge.sh
18 +++ b/targets/support/kmerge.sh
19 @@ -231,7 +231,7 @@ then
20 echo "No pending updates for ${clst_ksource}"
21 else
22 echo "Pending updates for ${clst_ksource}, removing package.provided"
23 - rm ${clst_port_conf}/profile/package.provided
24 + rm -f ${clst_port_conf}/profile/package.provided
25 fi
26
27 [ -L /usr/src/linux ] && rm -f /usr/src/linux