diff options
author | Ernestas Kulik <ernestask@gnome.org> | 2018-10-07 10:54:14 +0300 |
---|---|---|
committer | Carlos Soriano <csoriano1618@gmail.com> | 2018-10-09 07:29:41 +0000 |
commit | f6d8292b575a30e0196b20191c6754a43b2200f0 (patch) | |
tree | 7fca8b86bf42b58ddae6279da6b4438be8458b9b /build-aux | |
parent | f81b091ebf1578a4038a19847468d6588b95375e (diff) | |
download | nautilus-f6d8292b575a30e0196b20191c6754a43b2200f0.tar.gz |
Flatpak: Remove Automake leftovers from exiv2
Diffstat (limited to 'build-aux')
-rw-r--r-- | build-aux/flatpak/org.gnome.Nautilus.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build-aux/flatpak/org.gnome.Nautilus.yml b/build-aux/flatpak/org.gnome.Nautilus.yml index 1f4109c09..c0e44fb3b 100644 --- a/build-aux/flatpak/org.gnome.Nautilus.yml +++ b/build-aux/flatpak/org.gnome.Nautilus.yml @@ -44,10 +44,6 @@ modules: - type: archive url: https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz sha256: 51cffa8d19d67e1da6c1d0f570a75b8f6c814113367318c2c0407691888c5f01 - - type: shell - commands: - - cp -f /usr/share/automake-1.15/config.sub ./config/ - - cp -f /usr/share/automake-1.15/config.guess ./config/ - name: gexiv2 buildsystem: meson |