diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-27 08:28:36 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-04-27 08:28:36 +0000 |
commit | 0bad4fb65b2655b7cd4aeba3213833081195b7a3 (patch) | |
tree | 09679129d6d087df0bb903bdec5ec0be8afc2baa /main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch | |
parent | f8b09684c6f3562f749ccfd3d8dc651b973eaaf3 (diff) | |
download | aports-0bad4fb65b2655b7cd4aeba3213833081195b7a3.tar.bz2 aports-0bad4fb65b2655b7cd4aeba3213833081195b7a3.tar.xz |
main/apk-tools: add patches from git
fixes #588
Diffstat (limited to 'main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch')
-rw-r--r-- | main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch b/main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch index 40f934e41..7972dadd0 100644 --- a/main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch +++ b/main/apk-tools/0001-fetch-fix-fetching-of-packages-with-arch.patch @@ -1,7 +1,7 @@ From 91c4cc6c188bc20eddcd40e9b9b30f20dc2f36cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> Date: Thu, 7 Apr 2011 14:14:27 +0300 -Subject: [PATCH] fetch: fix fetching of packages with arch +Subject: [PATCH 1/7] fetch: fix fetching of packages with arch --- src/apk_database.h | 3 +++ @@ -100,5 +100,5 @@ index 09e3b9d..72b481d 100644 if (fctx->flags & FETCH_STDOUT) { fd = STDOUT_FILENO; -- -1.7.4.4 +1.7.4.5 |