[Pkg-mono-svn-commits] rev 342 - mono-nethostmanager/trunk/debian

Pablo Fischer pabl0-guest@quantz.debian.org
Tue, 24 Feb 2004 19:58:56 +0100


Author: pabl0-guest
Date: 2004-02-24 19:58:56 +0100 (Tue, 24 Feb 2004)
New Revision: 342

Modified:
   mono-nethostmanager/trunk/debian/rules
Log:
* Changed the install dir var, I was using prefix (the old one), I changed it to DESTDIR


Modified: mono-nethostmanager/trunk/debian/rules
===================================================================
--- mono-nethostmanager/trunk/debian/rules	2004-02-24 18:57:06 UTC (rev 341)
+++ mono-nethostmanager/trunk/debian/rules	2004-02-24 18:58:56 UTC (rev 342)
@@ -21,7 +21,7 @@
 	dh_clean -k
 	dh_installdirs
 	# Now we should install it..
-	$(MAKE) install prefix=$(CURDIR)/debian/mono-nethostmanager
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/mono-nethostmanager
 	# We should follow the MonoConventions
 	# First, copy the .exe file to the dotnet/bin directory
 	mv debian/mono-nethostmanager/usr/bin/*.exe debian/mono-nethostmanager/usr/share/dotnet/bin