From bed68ba41825bfdbf77e6a97da4374c34000d341 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 27 Feb 2014 16:08:08 +0100 Subject: [PATCH] parted: fix build with readline>=6.3 (v2). --- srcpkgs/parted/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/parted/template b/srcpkgs/parted/template index 4955c61907..fec5ae0bc3 100644 --- a/srcpkgs/parted/template +++ b/srcpkgs/parted/template @@ -15,7 +15,7 @@ checksum=5e9cc1f91eaf016e5033d85b9b893fd6d3ffaca532a48de1082df9b94225ca15 pre_build() { # Fix for readline>=6.3 - sed -e 's,(CPPFunction \*),,' -i parted/ui.c + sed -e 's,(CPPFunction\*),,g' -i parted/ui.c } libparted_package() {