diff options
Diffstat (limited to 'main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch')
-rw-r--r-- | main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch b/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch new file mode 100644 index 0000000000..647b4bb855 --- /dev/null +++ b/main/alpine-conf/0001-setup-apkrepos-fix-cleanup.patch @@ -0,0 +1,24 @@ +From ed5fb1de932a4de41bb854af5d47381096e62e02 Mon Sep 17 00:00:00 2001 +From: Natanael Copa <ncopa@alpinelinux.org> +Date: Thu, 29 May 2014 15:04:10 +0200 +Subject: [PATCH] setup-apkrepos: fix cleanup + +we need uninstall .setup* +--- + setup-apkrepos.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/setup-apkrepos.in b/setup-apkrepos.in +index e84b928..7744d8b 100644 +--- a/setup-apkrepos.in ++++ b/setup-apkrepos.in +@@ -210,5 +210,5 @@ fi + + # clean up + if [ -n "$to_uninstall" ]; then +- apk del --quiet alpine-mirrors ++ apk del --quiet $to_uninstall + fi +-- +2.0.0 + |