summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-28 00:11:42 +0000
committerNorbert Preining <preining@logic.at>2009-02-28 00:11:42 +0000
commit6e159402a4efb51fee8539ce19ce325dc5a4031f (patch)
tree5252106d9aa29b827dfc1061b17f65d74e0ce685 /Master/tlpkg/TeXLive/TLPOBJ.pm
parenteca47e6499402995b9e1bae6a48a50e085352391 (diff)
use --exclude .svn, not /.svn
git-svn-id: svn://tug.org/texlive/trunk@12258 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPOBJ.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPOBJ.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPOBJ.pm b/Master/tlpkg/TeXLive/TLPOBJ.pm
index 4e0a5811364..6241baf42df 100644
--- a/Master/tlpkg/TeXLive/TLPOBJ.pm
+++ b/Master/tlpkg/TeXLive/TLPOBJ.pm
@@ -509,7 +509,7 @@ sub make_container {
# - UID and GID of the files are set to 0
# - no subversion files are included
my @attrs = $containername =~ /\.r[0-9]/
- ? () : ("--owner", "0", "--group", "0", "--exclude=", "/.svn");
+ ? () : ("--owner", "0", "--group", "0", "--exclude=", ".svn");
my @cmdline = ($tar, "-cf", "$destdir/$tarname", @attrs);
# Get list of files and symlinks to back up. Nothing else should be