diff --git a/bzip2/recipe.spec b/bzip2/recipe.spec index c057750..c266dab 100644 --- a/bzip2/recipe.spec +++ b/bzip2/recipe.spec @@ -1,9 +1,9 @@ name: bzip2 version: 1.0.6 -release: 1 +release: 2 sources: https://downloads.sourceforge.net/project/bzip2/bzip2-%{version}.tar.gz options: - - make install: PREFIX='%{pkg}/usr' + - make install: PREFIX='%{pkg}%{prefix}' @configure sed -i.orig -e '/^CFLAGS=/s/.*/CFLAGS = -O2 -fPIC/' bzip2-%{version}/Makefile