From: Anas Nashif Date: Thu, 26 Jul 2012 21:34:28 +0000 (+0100) Subject: fixed mount path X-Git-Tag: 2.0_alpha~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=49d7673824dcf53a889eae0028c2ce28cb930ca3;p=tools%2Fdepanneur.git fixed mount path Change-Id: Ie5f8504c908a8f14e7e1d86eb494558f51c894f1 --- diff --git a/depanneur b/depanneur index 6835bdf..ec11d4b 100755 --- a/depanneur +++ b/depanneur @@ -584,7 +584,7 @@ sub build_package { } else { info("Build directory does not exist"); } - my $mount = "sudo mount -o bind $path $scratch/home/abuild/rpmbuild/BUILD/$name-$version"; + my $mount = "sudo mount -o bind $package_path $scratch/home/abuild/rpmbuild/BUILD/$name-$version"; system($mount); $incremental_opt = "--short-circuit --stage=\"-bc\""; my $no_configure = "";