r22034: Use builddir and srcdir instead on samba_builddir and samba_srcdir.
authorJames Peach <jpeach@samba.org>
Mon, 2 Apr 2007 17:17:40 +0000 (17:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:49:43 +0000 (14:49 -0500)
(This used to be commit 8b19b8bfbed3e25d1c4e94d1cf3def4f878f8acf)

source4/script/buildtree.pl

index be5170e7d1e9d34b4b161aa06dcbe8ed6aa862df..a40036aa55cadcd700cc9f259193f6543719e742 100755 (executable)
@@ -15,8 +15,8 @@ use vars qw/*name *dir *prune/;
 *name   = *File::Find::name;
 *dir    = *File::Find::dir;
 *prune  = *File::Find::prune;
-my $builddir = abs_path($ENV{samba_builddir});
-my $srcdir = abs_path($ENV{samba_srcdir});
+my $builddir = abs_path($ENV{builddir});
+my $srcdir = abs_path($ENV{srcdir});
 sub wanted;