/hg/icedtea-web: Removed launcher direcotry from dist. It is han...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri Nov 3 11:30:11 UTC 2017


changeset 4736ea4306a1 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=4736ea4306a1
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Nov 03 12:29:58 2017 +0100

	Removed launcher direcotry from dist. It is handled later by depndences


diffstat:

 Makefile.am |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 613ecf033e1a -r 4736ea4306a1 Makefile.am
--- a/Makefile.am	Fri Nov 03 10:09:44 2017 +0100
+++ b/Makefile.am	Fri Nov 03 12:29:58 2017 +0100
@@ -280,7 +280,7 @@
 export PLUGIN_VERSION = IcedTea-Web $(FULL_VERSION)
 
 export EXTRA_DIST = $(top_srcdir)/netx $(top_srcdir)/plugin javaws.png $(DESKTOP_IN_FILES) $(top_srcdir)/completion \
- launcher $(top_srcdir)/tests html-gen.sh NEW_LINE_IFS $(top_srcdir)/metadata.in
+  $(top_srcdir)/tests html-gen.sh NEW_LINE_IFS $(top_srcdir)/metadata.in
 
 # reproducers `D`shortcuts
 export DTEST_SERVER=-Dtest.server.dir=$(REPRODUCERS_TESTS_SERVER_DEPLOYDIR)


More information about the distro-pkg-dev mailing list