diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-21 07:54:23 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2019-01-21 07:54:23 +0000 |
commit | fed4a3dfb21157ce513e7fd78481dce75e904a65 (patch) | |
tree | 779026d691f88b4cf7ecf2c127a8842930e8476c /astro/siril/files/patch-Makefile.am | |
parent | f880485242120a1bbfd9d7d92c4813a8a59e0a98 (diff) |
Notes
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/ |