From 3d1806181ac0adc2951f13eb0e68c26416a3b11a Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: May 20 2019 01:24:30 +0000 Subject: Add prefix variable to the build rule --- diff --git a/html/Makefile b/html/Makefile index a771d69..8238f78 100644 --- a/html/Makefile +++ b/html/Makefile @@ -32,7 +32,7 @@ prefix = . #============================================================================== all: $(package)/$(lang)/index.html -build: $(package)-$(version).tar.gz +build: $(prefix)/$(package)-$(version).tar.gz #============================================================================== # Sources diff --git a/html/centos-indexhtml-8.0.tar.gz b/html/centos-indexhtml-8.0.tar.gz new file mode 100644 index 0000000..91bb7bd Binary files /dev/null and b/html/centos-indexhtml-8.0.tar.gz differ