Commit b70a94cb9a9bbfd07b3dd1cc3c528ede842b7768
1 parent
fe9d26d2
Exists in
master
and in
1 other branch
Fixing package build.
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
Makefile.in
... | ... | @@ -314,11 +314,11 @@ install-shared: \ |
314 | 314 | |
315 | 315 | |
316 | 316 | # Install default configs |
317 | - @mkdir -p $(datarootdir)/pw3270 | |
317 | + @mkdir -p $(DESTDIR)$(datarootdir)/pw3270 | |
318 | 318 | |
319 | 319 | @$(INSTALL_DATA) \ |
320 | 320 | colors.conf \ |
321 | - $(datarootdir)/pw3270 | |
321 | + $(DESTDIR)$(datarootdir)/pw3270 | |
322 | 322 | |
323 | 323 | install-static: \ |
324 | 324 | $(BINRLS)/static/$(LIBNAME).a | ... | ... |