From d86178f18a06b2d5efdac7a03a9198fe9afbc9d8 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 29 Jan 2019 13:23:33 -0200 Subject: [PATCH] The color configuration is now part of the branding package. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 2a6a8b2..c5fca63 100644 --- a/Makefile.in +++ b/Makefile.in @@ -314,9 +314,9 @@ install-shared: \ # Install default configs @mkdir -p $(DESTDIR)$(datarootdir)/pw3270 - @$(INSTALL_DATA) \ - colors.conf \ - $(DESTDIR)$(datarootdir)/pw3270 +# @$(INSTALL_DATA) \ +# colors.conf \ +# $(DESTDIR)$(datarootdir)/pw3270 install-static: \ $(BINRLS)/static/$(LIBNAME).a -- libgit2 0.21.2