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

boxbackup-dev at boxbackup.org boxbackup-dev at boxbackup.org
Sat Oct 18 14:53:29 BST 2008


Author: chris
Date: 2008-10-18 14:53:28 +0100 (Sat, 18 Oct 2008)
New Revision: 2357

Modified:
   box/trunk/infrastructure/makeparcels.pl.in
Log:
Create destination directory before installing into it, as requested
by David Kaufman for Gentoo.


Modified: box/trunk/infrastructure/makeparcels.pl.in
===================================================================
--- box/trunk/infrastructure/makeparcels.pl.in	2008-10-17 20:26:01 UTC (rev 2356)
+++ box/trunk/infrastructure/makeparcels.pl.in	2008-10-18 13:53:28 UTC (rev 2357)
@@ -239,8 +239,10 @@
 			{
 				$local_install_dir = "@prefix@/$dest";
 			}
+			print SCRIPT "mkdir -p " .
+				"\${DESTDIR}$local_install_dir/\n";
 			print SCRIPT "install $name " .
-				"\$DESTDIR$local_install_dir\n";
+				"\${DESTDIR}$local_install_dir\n";
 		}
 	}
 




More information about the Boxbackup-commit mailing list