From 2d1d622ac9859c90363076aa2f44edf1efe53597 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 Jun 2012 19:32:11 +0200 Subject: [PATCH] Sort patches by their version number (not in alphabetical order). --- macros/constants.macro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macros/constants.macro b/macros/constants.macro index 07459a39e..74484ea6f 100644 --- a/macros/constants.macro +++ b/macros/constants.macro @@ -11,7 +11,7 @@ DIR_SOURCE = %{BASEDIR} # By default, take all patches from the patches directory # in alphabetical order. -patches = $(find %{DIR_PATCHES} -not -type d 2>/dev/null | sort) +patches = $(find %{DIR_PATCHES} -not -type d 2>/dev/null | sort --version-sort) sources = %{thisapp}.tar.gz # Macro definitions -- 2.39.5