Corrected an error in the last commit that prevents running
"make install". The "copytree" had been changed to use the
version in "shutil", but two arguments were being used that were
unique to the "rdutils" version of "copytree". The argument
"preserve_symlinks" was changed to "symlinks" and the "verbose"
argument was removed.
diff --git a/VERSION b/VERSION
index f038d33..e2a1e95 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.509
+1.0.510
diff --git a/common/staging_install.py b/common/staging_install.py
index a5285b8..936082b 100755
--- a/common/staging_install.py
+++ b/common/staging_install.py
@@ -469,7 +469,7 @@
print('Copying staging files to target')
# print('Diagnostic: copytree ' + stagingdir + ' ' + writedir)
- shutil.copytree(stagingdir, writedir, preserve_symlinks=True, verbose=debug, dirs_exist_ok=True)
+ shutil.copytree(stagingdir, writedir, symlinks=True, dirs_exist_ok=True)
print('Done.')
# Magic and qflow setup files have references to the staging area that have