Commit b70a94cb9a9bbfd07b3dd1cc3c528ede842b7768

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

Fixing package build.

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