summaryrefslogtreecommitdiff
path: root/bin/lo-pack-sources
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2012-06-12 19:42:13 +0200
committerPetr Mladek <pmladek@suse.cz>2012-06-12 19:50:11 +0200
commit87669a44a1463f4e2bd486d2d82b900807148742 (patch)
treeea6ea2730aad0a2bfa4ba9481e76adb2868ed6d4 /bin/lo-pack-sources
parentd41f59ddbfafd3f9a2b26a7a9a2999b77095ae36 (diff)
lo-pack-sources: correct check for valid libreoffice/core dir
Change-Id: I8dbe60b85d0a330e3b2b5f54984b561fe9be05be
Diffstat (limited to 'bin/lo-pack-sources')
-rwxr-xr-xbin/lo-pack-sources2
1 files changed, 1 insertions, 1 deletions
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 ) {