[SCM] Video extraction utility for YouTube, Google Video and other video sites (Debian packaging) branch, master, updated. upstream/2.1.7-214-g6762190

legatvs legatvs at gmail.com
Wed Apr 1 14:44:39 UTC 2009


The following commit has been merged in the master branch:
commit 494f68c7c389b044466b9330ddb494f52015a997
Author: legatvs <legatvs at gmail.com>
Date:   Mon Jan 26 16:13:00 2009 +0200

    Fixed Makefile "install" mandir.

diff --git a/Makefile b/Makefile
index 3259397..3fa1b79 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ install:
 	$(INSTALL) -d $(DESTDIR)$(bindir)
 	$(INSTALL) -c clive $(DESTDIR)$(bindir)/clive
 ifeq ($(WITH_MAN),yes)
-	$(INSTALL) -d $(DESTDIR)$(mandir)
+	$(INSTALL) -d $(DESTDIR)$(man1dir)
 	$(INSTALL) -c -m 444 clive.1 $(DESTDIR)$(man1dir)/clive.1
 endif
 

-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)



More information about the Pkg-perl-cvs-commits mailing list