r11250: Fix a couple of issues in the heimdal/ dirs.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 21 Oct 2005 21:00:02 +0000 (21:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:45:08 +0000 (13:45 -0500)
(This used to be commit f76374eba7d45b8ff2625914344e4b31ecdeca1d)

source4/build/smb_build/output.pm

index 309a02794760427959dfbbd5ab0d9ed5b2f31975..b1edf02c9431f34721f0863a9afb689b644b8389 100644 (file)
@@ -19,8 +19,7 @@ sub add_dir($$)
        
        foreach (@$files) {
                $_ = "$dir/$_";
-               s/\/\//\//g;
-               s/\/([^\/\.]+)\/\.\.\//\//g;
+               s/([^\/\.]+)\/\.\.\///g;
                push (@ret, $_);
        }