Commit 30679aaf4de755c2d1a2d91dbe5a42ea94b84cb2

Authored by Antonio Terceiro
1 parent 2390ea44

Makefile: fix OBS project name prefix

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Makefile
... ... @@ -7,7 +7,7 @@ all:
7 7  
8 8 $(packages):
9 9 @spec=$$(find specs/ -name $@.spec); \
10   - project=isb:spb:$$(basename $$(dirname $$spec)); \
  10 + project=isv:spb:$$(basename $$(dirname $$spec)); \
11 11 $(MAKE) upload package=$@ spec=$$spec project=$$project
12 12  
13 13 upload:
... ...