From: Marc Fiuczynski Date: Fri, 31 Aug 2007 06:53:39 +0000 (+0000) Subject: typo: i'm tired and making dumb mistakes, which I should not be checking in X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=133140d3be3c841a80014a9d40b469a9e5cf933e typo: i'm tired and making dumb mistakes, which I should not be checking in --- diff --git a/build-native.sh b/build-native.sh index 4524363..34525c7 100755 --- a/build-native.sh +++ b/build-native.sh @@ -9,7 +9,7 @@ # Marc E. Fiuczynski # Copyright (C) 2007 The Trustees of Princeton University # -# $Id: build-native.sh,v 1.1.2.2 2007/08/31 06:49:26 mef Exp $ +# $Id: build-native.sh,v 1.1.2.3 2007/08/31 06:52:55 mef Exp $ # . build.functions @@ -61,7 +61,7 @@ install -D -m 644 $srcdir/new_plc_www/drupal.conf ${tmpdir}/etc/httpd/conf.d/dru # Install configuration file echo "* myplc: Installing configuration file" -install -D -m 444 plc_config.xml${tmpdir}/etc/planetlab/default_config.xml +install -D -m 444 plc_config.xml ${tmpdir}/etc/planetlab/default_config.xml install -D -m 444 plc_config.dtd ${tmpdir}/etc/planetlab/plc_config.dtd # Remove generated bootmanager script