From b74119aed7f0e5761c70d9f800e1675832a717aa Mon Sep 17 00:00:00 2001 From: Petr Mladek Date: Tue, 12 Jun 2012 19:42:13 +0200 Subject: lo-pack-sources: correct check for valid libreoffice/core dir Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be --- bin/lo-pack-sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/lo-pack-sources b/bin/lo-pack-sources index 11fcd7421d54..7df4a0f058d2 100755 --- a/bin/lo-pack-sources +++ b/bin/lo-pack-sources @@ -399,7 +399,7 @@ unless ( -d "$source_dir" ) { } # check if it is a valid libreoffice-core directory -$is_lo_core_dir=1 if (-f "$source_dir/autogen.sh" && -f "$source_dir/set_soenv.in"); +$is_lo_core_dir=1 if (-f "$source_dir/autogen.sh" && -f "$source_dir/config_host.mk.in"); # all tarballs are generated from the libreoffice-core directory if (@pieces > 1 && $is_lo_core_dir == 0 ) { -- cgit v1.2.3