From 6ce77af958a3b063c207733dc491fbd4ee44b6df Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Sat, 5 Oct 2019 08:09:56 +0200 Subject: [PATCH] [wip/hpp-benchmark] fix PKGNAME --- hpp-benchmark/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hpp-benchmark/Makefile b/hpp-benchmark/Makefile index c6278675..2636c9bf 100644 --- a/hpp-benchmark/Makefile +++ b/hpp-benchmark/Makefile @@ -8,7 +8,7 @@ HPP_VERSION= 4.5.0 ROSNAME= $(subst -,_,${HPP_PACKAGE}) DISTNAME= ${ROSNAME}-${HPP_VERSION} -PKGNAME= ${PKGTAG.python-}${PKGTAG.qt-}${DISTNAME} +PKGNAME= ${PKGTAG.python-}${PKGTAG.qt-}${HPP_PACKAGE}-${HPP_VERSION} CATEGORIES= wip -- GitLab