r42610 - /trunk/libcatalyst-modules-extra-perl/debian/rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Aug 24 00:05:37 UTC 2009


Author: jawnsy-guest
Date: Mon Aug 24 00:04:17 2009
New Revision: 42610

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=42610
Log:
Fix destdir for auto install

Modified:
    trunk/libcatalyst-modules-extra-perl/debian/rules

Modified: trunk/libcatalyst-modules-extra-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcatalyst-modules-extra-perl/debian/rules?rev=42610&op=diff
==============================================================================
--- trunk/libcatalyst-modules-extra-perl/debian/rules (original)
+++ trunk/libcatalyst-modules-extra-perl/debian/rules Mon Aug 24 00:04:17 2009
@@ -11,4 +11,4 @@
 	DESTDIR=$(TMP) debian/make-module.sh unpack
 
 override_dh_auto_install:
-	DESTDIR=$(DESTDIR) debian/make-module.sh build
+	DESTDIR=$(TMP) debian/make-module.sh build




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