diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:39:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:39:37 +0000 |
commit | 3938b724a53d18a1d8c7aca5af6ffca57d150d4e (patch) | |
tree | f3ac099cc5063e92bb32c1dd35a7b0a404ca7d9b /debian/rules | |
parent | Releasing progress-linux version 4:24.2.1-3~progress7.99u1. (diff) | |
download | libreoffice-3938b724a53d18a1d8c7aca5af6ffca57d150d4e.tar.xz libreoffice-3938b724a53d18a1d8c7aca5af6ffca57d150d4e.zip |
Merging debian version 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 7eeb43146c..ab21c4a38e 100755 --- a/debian/rules +++ b/debian/rules @@ -333,7 +333,7 @@ BUILD_GTK3=y endif endif BUILD_GTK4=y -ENABLE_EVO2=n +ENABLE_EVO2=y ENABLE_GIO=y ENABLE_DCONF=y ENABLE_RANDR=y @@ -2928,6 +2928,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" |