projects
/
tools
/
obs-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3879f01
)
run vc when calling buildvc
author
Adrian Schröter
<adrian@suse.de>
Wed, 22 Apr 2009 10:51:00 +0000
(10:51 +0000)
committer
Adrian Schröter
<adrian@suse.de>
Wed, 22 Apr 2009 10:51:00 +0000
(10:51 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
b8bf67f
..
f4a68d5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-53,7
+53,7
@@
install:
install -m644 build.1 $(DESTDIR)$(man1dir)
install -m755 unrpm $(DESTDIR)$(bindir)
ln -sf $(pkglibdir)/build $(DESTDIR)$(bindir)/build
- ln -sf $(pkglibdir)/
build
$(DESTDIR)$(bindir)/buildvc
+ ln -sf $(pkglibdir)/
vc
$(DESTDIR)$(bindir)/buildvc
dist:
ifeq ($(SCM),svn)