Commit d86178f18a06b2d5efdac7a03a9198fe9afbc9d8

Authored by Perry Werneck
1 parent 981cc52a
Exists in master and in 1 other branch develop

The color configuration is now part of the branding package.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
Makefile.in
... ... @@ -314,9 +314,9 @@ install-shared: \
314 314 # Install default configs
315 315 @mkdir -p $(DESTDIR)$(datarootdir)/pw3270
316 316  
317   - @$(INSTALL_DATA) \
318   - colors.conf \
319   - $(DESTDIR)$(datarootdir)/pw3270
  317 +# @$(INSTALL_DATA) \
  318 +# colors.conf \
  319 +# $(DESTDIR)$(datarootdir)/pw3270
320 320  
321 321 install-static: \
322 322 $(BINRLS)/static/$(LIBNAME).a
... ...