fix eobuilderize Makefile

This commit is contained in:
Thomas NOËL 2016-04-28 14:11:04 +02:00
parent cecf93e409
commit 10bf3b38c6
1 changed files with 1 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Makefile
#
NAME=slapd-supann
NAME=ca-certificates-entrouvert
VERSION=`git describe | tr - . | cut -c2-`
FULLNAME=$(NAME)-$(VERSION)
@ -50,9 +50,3 @@ package:
git rm -r --cached debian
rm -rf debian
@(echo $(VERSION))
name:
@(echo $(NAME))
fullname:
@(echo $(FULLNAME))