diff options
Diffstat (limited to 'astro/siril/files/patch-Makefile.am')
-rw-r--r-- | astro/siril/files/patch-Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/astro/siril/files/patch-Makefile.am b/astro/siril/files/patch-Makefile.am index bdc78fd24541..90572faf7e11 100644 --- a/astro/siril/files/patch-Makefile.am +++ b/astro/siril/files/patch-Makefile.am @@ -1,6 +1,6 @@ ---- Makefile.am.orig 2017-11-13 22:13:16 UTC +--- Makefile.am.orig 2019-01-16 08:56:00 UTC +++ Makefile.am -@@ -17,11 +17,9 @@ install-data-local: +@@ -20,8 +20,6 @@ install-data-local: $(INSTALL_DATA) src/gui/siril3.glade $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) src/gui/gtk_old.css $(DESTDIR)$(pkgdatadir) $(INSTALL_DATA) src/gui/gtk.css $(DESTDIR)$(pkgdatadir) @@ -8,9 +8,4 @@ - $(INSTALL_DATA) AUTHORS LICENSE.md $(DESTDIR)$(docdir) $(mkinstalldirs) $(DESTDIR)$(mandir)/man1 $(INSTALL_DATA) siril.1.gz $(DESTDIR)$(mandir)/man1 - - ACLOCAL_AMFLAGS = -I m4 - EXTRA_DIST = config.rpath --AUTOMAKE_OPTIONS = foreign -\ No newline at end of file -+AUTOMAKE_OPTIONS = foreign + $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/scripts/ |