Commit 30679aaf4de755c2d1a2d91dbe5a42ea94b84cb2
1 parent
2390ea44
Exists in
r5_design
and in
1 other branch
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 +7,7 @@ all: | ||
7 | 7 | ||
8 | $(packages): | 8 | $(packages): |
9 | @spec=$$(find specs/ -name $@.spec); \ | 9 | @spec=$$(find specs/ -name $@.spec); \ |
10 | - project=isb:spb:$$(basename $$(dirname $$spec)); \ | 10 | + project=isv:spb:$$(basename $$(dirname $$spec)); \ |
11 | $(MAKE) upload package=$@ spec=$$spec project=$$project | 11 | $(MAKE) upload package=$@ spec=$$spec project=$$project |
12 | 12 | ||
13 | upload: | 13 | upload: |