run vc when calling buildvc
authorAdrian Schröter <adrian@suse.de>
Wed, 22 Apr 2009 10:51:00 +0000 (10:51 +0000)
committerAdrian Schröter <adrian@suse.de>
Wed, 22 Apr 2009 10:51:00 +0000 (10:51 +0000)
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)