From 06d9535d2642a41a31a7452d8164473e991d66bb Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 21 Jan 2015 14:59:03 +0100 Subject: [PATCH] bochs: changed intentation in template --- srcpkgs/bochs/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bochs/template b/srcpkgs/bochs/template index 261d010f924..35fca3222f8 100644 --- a/srcpkgs/bochs/template +++ b/srcpkgs/bochs/template @@ -13,6 +13,6 @@ distfiles="$SOURCEFORGE_SITE/bochs/bochs-${version}.tar.gz" checksum="a4354eeb699662da869b038e225160ec726b883f1b4f425a06cf56cbffbb8282" do_build() { - sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile - make -j 1 + sed -i 's/^LIBS = /LIBS = -lpthread/g' Makefile + make -j 1 }