From 388fc77877fd2820da9beeea9b135d2da6a37439 Mon Sep 17 00:00:00 2001 From: Luka Vandervelden Date: Wed, 4 Sep 2019 16:39:10 +0200 Subject: [PATCH] bzip2: prefix updated --- bzip2/recipe.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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