diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:39:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:39:24 +0000 |
commit | ce564300cb1b770d42d916ac5f7f6493833c9e00 (patch) | |
tree | ff7b75f6e481941d4310f461068d3a82911868d5 /debian/rules | |
parent | Adding debian version 4:24.2.1-3. (diff) | |
download | libreoffice-ce564300cb1b770d42d916ac5f7f6493833c9e00.tar.xz libreoffice-ce564300cb1b770d42d916ac5f7f6493833c9e00.zip |
Adding debian version 4:24.2.1-4.debian/4%24.2.1-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 71cd62a064..51762601f7 100755 --- a/debian/rules +++ b/debian/rules @@ -336,7 +336,7 @@ BUILD_GTK3=y endif endif BUILD_GTK4=y -ENABLE_EVO2=n +ENABLE_EVO2=y ENABLE_GIO=y ENABLE_DCONF=y ENABLE_RANDR=y @@ -2948,6 +2948,8 @@ ifeq "$(ENABLE_EVO2)" "y" mkdir -p $(PKGDIR)-evolution/$(OODIR)/share/registry mv $(PKGDIR)-common/$(OODIR)/presets/database/evolocal.odb \ $(PKGDIR)-evolution/$(OODIR)/presets/database +else + rm -f $(PKGDIR)-common/$(OODIR)/presets/database/evolocal.odb endif ifeq "$(PACKAGE_BASE)" "y" |