Commit ce859eaa461c8033837c4d2416e31cb197ab394d
1 parent
f07c9485
Exists in
master
and in
79 other branches
Makefile: fix reference to package
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
| ... | ... | @@ -14,4 +14,4 @@ upload: |
| 14 | 14 | mkdir -p obs |
| 15 | 15 | if test -d obs/$(project)/$(package); then (cd obs/$(project)/$(package) && osc update); else (cd obs && osc checkout $(project) $(PACKAGE)); fi |
| 16 | 16 | cp $(spec) obs/$(project)/$(package)/ |
| 17 | - cd obs/$(project)/$(PACKAGE) && osc commit -m 'Update $(package)' | |
| 17 | + cd obs/$(project)/$(package) && osc commit -m 'Update $(package)' | ... | ... |