From a33bbd9f2aca24422f9cc178052a0988532f0be7 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 30 Nov 2012 09:25:56 +0100 Subject: fixup_ptxconfigs: for updating the config files Signed-off-by: Michael Olbrich --- fixup_ptxconfigs.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh index bea4d2f..ae9cee1 100755 --- a/fixup_ptxconfigs.sh +++ b/fixup_ptxconfigs.sh @@ -289,6 +289,9 @@ fixup() echo echo + # change the configfile to force update + sed -i 's/PTXCONF__ptxconfig_MAGIC__=y//' "${config}" + ./p --force --ptxconfig="${config}" oldconfig || exit 1 } -- cgit v1.2.3