search for: 65ac778

Displaying 1 result from an estimated 1 matches for "65ac778".

Did you mean: 65778
2009 Aug 20
0
[PATCH virt-v2v] make most of "make distcheck" pass
....3e057d7 100644 --- a/configure.ac +++ b/configure.ac @@ -78,6 +78,7 @@ fi AC_CONFIG_FILES([Makefile perl/Makefile + perl/Makefile.PL v2v/Makefile po/Makefile.in]) AC_OUTPUT diff --git a/v2v/Makefile.am b/v2v/Makefile.am index 65ac778..49dac50 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -41,4 +41,8 @@ virt-v2v.1: virt-v2v.pl install-data-hook: mkdir -p $(DESTDIR)$(bindir) - install -m 0755 virt-v2v.pl $(DESTDIR)$(bindir)/virt-v2v + install -m 0755 $(srcdir)/virt-v2v.pl $(DESTDIR)$(bindir)/virt-v2v + +uninstall-hook...