]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - pakfire/patches/0009-patches-Add-platform-patches.patch
pakfire: Add platform patches.
[people/pmueller/ipfire-3.x.git] / pakfire / patches / 0009-patches-Add-platform-patches.patch
CommitLineData
17ffa184
MT
1From 8cc622fa66158e02caf366faa993434cf41d28f3 Mon Sep 17 00:00:00 2001
2From: Michael Tremer <michael.tremer@ipfire.org>
3Date: Sun, 21 Oct 2012 22:19:26 +0200
4Subject: [PATCH] patches: Add platform patches.
5
6---
7 macros/constants.macro | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/macros/constants.macro b/macros/constants.macro
11index 74484ea..2163a8b 100644
12--- a/macros/constants.macro
13+++ b/macros/constants.macro
14@@ -11,7 +11,7 @@ DIR_SOURCE = %{BASEDIR}
15
16 # By default, take all patches from the patches directory
17 # in alphabetical order.
18-patches = $(find %{DIR_PATCHES} -not -type d 2>/dev/null | sort --version-sort)
19+patches = %(find %{DIR_PATCHES} %{DIR_PATCHES}/%{DISTRO_ARCH} -not -type d -maxdepth 1 2>/dev/null | sort --version-sort)
20 sources = %{thisapp}.tar.gz
21
22 # Macro definitions
23--
241.7.11.7
25