From 30679aaf4de755c2d1a2d91dbe5a42ea94b84cb2 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 26 Feb 2015 19:13:13 -0300 Subject: [PATCH] Makefile: fix OBS project name prefix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a285f4c..365628c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: $(packages): @spec=$$(find specs/ -name $@.spec); \ - project=isb:spb:$$(basename $$(dirname $$spec)); \ + project=isv:spb:$$(basename $$(dirname $$spec)); \ $(MAKE) upload package=$@ spec=$$spec project=$$project upload: -- libgit2 0.21.2