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

Damyan Ivanov dmn at debian.org
Mon May 4 06:37:50 UTC 2009


The following commit has been merged in the master branch:
commit dadab3891f6fc172a0be2dce49d12c7a6e81fd7c
Author: Damyan Ivanov <dmn at debian.org>
Date:   Mon May 4 09:22:00 2009 +0300

    rules: use $(TMP)
    
    already defined at the top, but the install somehow didn't use it

diff --git a/debian/rules b/debian/rules
index 73d894a..6ebdbf5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,8 +18,7 @@ clean:
 	if [ -e clive.1-ORIG ]; then mv -v clive.1-ORIG clive.1; fi
 
 override_dh_auto_install:
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/clive \
-	    prefix=/usr
+	$(MAKE) install DESTDIR=$(TMP) prefix=/usr
 
 install binary-indep binary-arch binary:
 	dh $@

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



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