From 501226aa651b145c07767c278d16c16613d1448a Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Sat, 5 Oct 2019 08:08:14 +0200 Subject: [PATCH] [wip/hpp-romeo] fix PKGNAME --- hpp-romeo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hpp-romeo/Makefile b/hpp-romeo/Makefile index 7ac101a5..117e5911 100644 --- a/hpp-romeo/Makefile +++ b/hpp-romeo/Makefile @@ -4,9 +4,11 @@ HPP_PACKAGE= hpp-romeo HPP_COMMENT= Python and ros launch files for Romeo robot in hpp. +PKGREVISION= 1 ROSNAME= $(subst -,_,${HPP_PACKAGE}) DISTNAME= ${ROSNAME}-${HPP_VERSION} +PKGNAME= ${PKGTAG.python-}${HPP_PACKAGE}-${HPP_VERSION} CATEGORIES= wip -- GitLab