bochs: changed intentation in template

This commit is contained in:
mid-kid 2015-01-21 14:59:03 +01:00
parent dfb6b43b32
commit 06d9535d26

View file

@ -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
}