From ea4675627c06253accc7161fa289f9cda46806e9 Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 28 Oct 2012 21:29:13 +0000 Subject: [PATCH] Issue: #862. Please see discussions items 12 and 13 for more explanation. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index bd74b75f..b6d826fd 100644 --- a/src/Makefile +++ b/src/Makefile @@ -280,7 +280,7 @@ install-lib: lib install-header install: $(EXIV2BIN) install-lib $(INSTALL_DIRS) $(DESTDIR)$(bindir) - @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) bin/$(EXIV2EXE) $(DESTDIR)$(bindir)/$(EXIV2EXE) + @$(LIBTOOL) --mode=install $(INSTALL_PROGRAM) ../bin/$(EXIV2EXE) $(DESTDIR)$(bindir)/$(EXIV2EXE) $(INSTALL_DIRS) $(DESTDIR)$(mandir) $(INSTALL_DIRS) $(DESTDIR)$(man1dir) $(INSTALL_DATA) exiv2.1 $(DESTDIR)$(man1dir)/exiv2.1