From 94e77c39b060aaf79f26fab08ab82a672105ab34 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Wed, 18 Jul 2018 15:55:28 +0200 Subject: [PATCH] [wip/py-example-adder] DRY --- py-example-adder/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-example-adder/Makefile b/py-example-adder/Makefile index 5ec8f5bb..172f8ce1 100644 --- a/py-example-adder/Makefile +++ b/py-example-adder/Makefile @@ -6,8 +6,8 @@ ORG= gepetto NAME= example-adder VERSION= 1.0.0 -PKGNAME= ${PKGTAG.python-}${NAME}-${VERSION} DISTNAME= ${NAME}-${VERSION} +PKGNAME= ${PKGTAG.python-}${DISTNAME} MASTER_SITES= ${MASTER_SITE_OPENROBOTS:=${NAME}/} MASTER_REPOSITORY= git https://gepgitlab.laas.fr/${ORG}/${NAME}.git -- GitLab