From ca802bb399284f812fe618c6596dd80e5e8c8fa0 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 8 May 2015 17:02:24 +0200 Subject: [PATCH] grub: unbreak (take 2). --- srcpkgs/grub/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/grub/template b/srcpkgs/grub/template index d922e8878a7..7faec6fa4a4 100644 --- a/srcpkgs/grub/template +++ b/srcpkgs/grub/template @@ -25,9 +25,6 @@ post_extract() { } do_configure() { - # XXX Remove the strip wrapper - rm ${XBPS_WRAPPERDIR}/strip - unset CC AS LD RANLIB CPP CFLAGS="$CFLAGS -fno-stack-protector" @@ -63,6 +60,9 @@ do_build() { } do_install() { + # xxx remove the strip wrapper + rm ${XBPS_WRAPPERDIR}/strip + if [ -n "${_GRUBX64}" ]; then cd $wrksrc/efi_build make DESTDIR=$DESTDIR/efi install