[Box Backup-commit] COMMIT r2064 - box/trunk/infrastructure

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Jan 29 00:01:02 GMT 2008


Author: chris
Date: 2008-01-29 00:01:01 +0000 (Tue, 29 Jan 2008)
New Revision: 2064

Modified:
   box/trunk/infrastructure/makeparcels.pl.in
Log:
Make the parcel install scripts use $DESTDIR from the environment, to
help porters and packagers.


Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2008-01-28 23:58:35 UTC (rev 2063)
+++ box/trunk/infrastructure/makeparcels.pl.in	2008-01-29 00:01:01 UTC (rev 2064)
@@ -161,7 +161,8 @@
 			{
 				$local_install_dir = "@prefix@/$dest";
 			}
-			print SCRIPT "install $name $local_install_dir\n";
+			print SCRIPT "install $name " .
+				"\$DESTDIR$local_install_dir\n";
 		}
 	}
 




More information about the Boxbackup-commit mailing list