Kaydet (Commit) b74119ae authored tarafından Petr Mladek's avatar Petr Mladek

lo-pack-sources: correct check for valid libreoffice/core dir

Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
üst b3d8fd8a
...@@ -399,7 +399,7 @@ unless ( -d "$source_dir" ) { ...@@ -399,7 +399,7 @@ unless ( -d "$source_dir" ) {
} }
# check if it is a valid libreoffice-core directory # 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 # all tarballs are generated from the libreoffice-core directory
if (@pieces > 1 && $is_lo_core_dir == 0 ) { if (@pieces > 1 && $is_lo_core_dir == 0 ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment