diff options
author | Erich Eckner <git@eckner.net> | 2017-03-07 10:28:51 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-03-07 10:28:51 +0100 |
commit | 34b9c1acdcf8cead50adfe45e73becbb17f879b3 (patch) | |
tree | 50047079e7468b1e039f8be7aeb4e6eeeaeac3e1 | |
parent | 99a491969e49152f32850a2ef62958c5c461a259 (diff) | |
download | crux-patches-34b9c1acdcf8cead50adfe45e73becbb17f879b3.tar.xz |
pkgmk: fix line numbers in patch
-rw-r--r-- | core/pkgutils/PKGMK_FULL_SOURCE_MIRRORS.patch.new | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pkgutils/PKGMK_FULL_SOURCE_MIRRORS.patch.new b/core/pkgutils/PKGMK_FULL_SOURCE_MIRRORS.patch.new index ee38b21..082b8e7 100644 --- a/core/pkgutils/PKGMK_FULL_SOURCE_MIRRORS.patch.new +++ b/core/pkgutils/PKGMK_FULL_SOURCE_MIRRORS.patch.new @@ -34,7 +34,7 @@ diff --git a/pkgmk.in b/pkgmk.in index 6789eae..13996ef 100755 --- a/pkgmk.in +++ b/pkgmk.in -@@ -127,10 +127,9 @@ download_file() { +@@ -138,10 +138,9 @@ download_file() { error=1 @@ -47,7 +47,7 @@ index 6789eae..13996ef 100755 error=$? if [ $error == 0 ]; then break -@@ -138,6 +137,18 @@ download_file() { +@@ -149,6 +148,18 @@ download_file() { done if [ $error != 0 ]; then |