Commit 5f73e5722ca96b0fcccccbb635bdf21f2ca5e9d4

Authored by Perry Werneck
1 parent 9bb21f7d
Exists in master and in 1 other branch develop

Fixing build.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -301,7 +301,7 @@ install-shared: \ @@ -301,7 +301,7 @@ install-shared: \
301 @mkdir -p $(DESTDIR)$(datadir) 301 @mkdir -p $(DESTDIR)$(datadir)
302 302
303 @$(INSTALL_DATA) \ 303 @$(INSTALL_DATA) \
304 - conf/colors.conf 304 + conf/colors.conf \
305 $(DESTDIR)$(datadir)/colors.conf 305 $(DESTDIR)$(datadir)/colors.conf
306 306
307 install-static: \ 307 install-static: \