Browse Source

Do not create empty libdir/carla/jack folder under non-gnu systems

tags/1.9.8
falkTX 7 years ago
parent
commit
4391ea2aad
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile

+ 4
- 0
Makefile View File

@@ -373,7 +373,11 @@ stoat:
install_main:
# Create directories
install -d $(DESTDIR)$(BINDIR)
ifeq ($(LINUX),true)
install -d $(DESTDIR)$(LIBDIR)/carla/jack
else
install -d $(DESTDIR)$(LIBDIR)/carla
endif
install -d $(DESTDIR)$(LIBDIR)/pkgconfig
install -d $(DESTDIR)$(LIBDIR)/python3/dist-packages
install -d $(DESTDIR)$(DATADIR)/carla


Loading…
Cancel
Save