diff options
author | Sebastian Schmelzer | 2012-05-07 21:30:20 +0200 |
---|---|---|
committer | Sebastian Schmelzer | 2012-05-07 21:30:20 +0200 |
commit | b21c92f95a452936f126c1e2e64f27c73f10788d (patch) | |
tree | f77e69738237da68a43919169cd8662610c0705f | |
parent | initial commit: dnbd3 support (diff) | |
download | core-b21c92f95a452936f126c1e2e64f27c73f10788d.tar.gz core-b21c92f95a452936f126c1e2e64f27c73f10788d.tar.xz core-b21c92f95a452936f126c1e2e64f27c73f10788d.zip |
fix rsync errors with ubuntu systems; ignore *.gvfs
-rw-r--r-- | src/installer/OpenSLX/OSSetup/Distro/Base.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/installer/OpenSLX/OSSetup/Distro/Base.pm b/src/installer/OpenSLX/OSSetup/Distro/Base.pm index 84f56d3f..f3f35b62 100644 --- a/src/installer/OpenSLX/OSSetup/Distro/Base.pm +++ b/src/installer/OpenSLX/OSSetup/Distro/Base.pm @@ -132,6 +132,7 @@ sub initialize - *lost+found* - *.old - *.bak + - *.gvfs "; return; |