You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by pa...@apache.org on 2008/06/19 14:07:27 UTC

svn commit: r669459 - /directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/bin/createInstaller.sh

Author: pamarcelot
Date: Thu Jun 19 05:07:26 2008
New Revision: 669459

URL: http://svn.apache.org/viewvc?rev=669459&view=rev
Log:
Fix for DIRSERVER-1175 (Binary installer removes '/root' partition under certains circumstances).

Modified:
    directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/bin/createInstaller.sh

Modified: directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/bin/createInstaller.sh
URL: http://svn.apache.org/viewvc/directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/bin/createInstaller.sh?rev=669459&r1=669458&r2=669459&view=diff
==============================================================================
--- directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/bin/createInstaller.sh (original)
+++ directory/daemon/branches/bigbang/plugin/src/main/resources/org/apache/directory/daemon/installers/bin/createInstaller.sh Thu Jun 19 05:07:26 2008
@@ -6,7 +6,7 @@
 sed -e "s/@LINES@/${lines}/" bootstrap.sh > ../${finalName}
 
 # Packing the data and shell scripts
-tar czf ${tmpArchive} root/* sh/*
+tar czf ${tmpArchive} rootFolder/* sh/*
 
 # Adding the temp archive to the installer
 cat ${tmpArchive} >> ../${finalName}
@@ -15,4 +15,4 @@
 chmod 750 ../${finalName}
 
 # Cleaning
-rm ${tmpArchive}
\ No newline at end of file
+rm ${tmpArchive}