[devhelp] flatpak: cleanup cleanup



commit e67957232d12323988b935c6538269f1cc84031b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Nov 20 00:10:26 2020 +0100

    flatpak: cleanup cleanup
    
    The removed dirs were useful/useless for Autotools I think, but all
    modules built use Meson now, Autotools is no longer used by this
    flatpak.
    
    In any case, the new list is equivalent, it deletes the same files.

 flatpak/org.gnome.Devhelp.yml | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
---
diff --git a/flatpak/org.gnome.Devhelp.yml b/flatpak/org.gnome.Devhelp.yml
index 1fc1f24f..e0032520 100644
--- a/flatpak/org.gnome.Devhelp.yml
+++ b/flatpak/org.gnome.Devhelp.yml
@@ -25,14 +25,9 @@ build-options:
   env: { V: '1' }
 
 cleanup:
-  - /include
-  - /lib/pkgconfig
-  - /share/pkgconfig
-  - /share/aclocal
-  - /man
   - /share/man
-  - "*.la"
-  - "*.a"
+  - /lib/pkgconfig
+  - /include
 
 modules:
   - name: amtk


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]