Commit 762d1925d792bc05ffde439cdb6304fac6527789
1 parent
58ccb24f
Exists in
master
and in
79 other branches
fix typo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile
... | ... | @@ -34,7 +34,7 @@ $(build_packages): %-build : % |
34 | 34 | cp $*/*.patch ~/rpmbuild/SOURCES/ || true |
35 | 35 | cd $* && $(BUILD_PREFIX) rpmbuild -bb $*.spec |
36 | 36 | |
37 | -$(upload_packages): %-upload : % checkout-% | |
37 | +$(upload_packages): %-upload : % % | |
38 | 38 | (cd $(obsdir)/$(OBSPROJECT)/$* && osc remove *) |
39 | 39 | cp $*/* $(obsdir)/$(OBSPROJECT)/$* |
40 | 40 | (cd $(obsdir)/$(OBSPROJECT)/$* && osc add * && osc commit -m "update $*") | ... | ... |