]> git.pld-linux.org Git - packages/Carla.git/blob - pypkgdir.patch
0a4a733e76f7e0c64a4d7688baeb26e1563281c8
[packages/Carla.git] / pypkgdir.patch
1 diff -dur -x '*~' Carla-1.9.8.orig/Makefile Carla-1.9.8/Makefile
2 --- Carla-1.9.8.orig/Makefile   2018-01-22 22:05:35.000000000 +0100
3 +++ Carla-1.9.8/Makefile        2018-02-03 21:14:30.198488505 +0100
4 @@ -375,7 +375,7 @@
5         install -d $(DESTDIR)$(BINDIR)
6  ifeq ($(LINUX),true)
7         install -d $(DESTDIR)$(LIBDIR)/carla/jack
8 -       install -d $(DESTDIR)$(LIBDIR)/python3/dist-packages
9 +       install -d $(DESTDIR)$(PYPKGDIR)
10  else
11         install -d $(DESTDIR)$(LIBDIR)/carla
12  endif
13 @@ -447,7 +447,7 @@
14         install -m 644 \
15                 source/carla_backend.py \
16                 source/carla_utils.py \
17 -               $(DESTDIR)$(LIBDIR)/python3/dist-packages
18 +               $(DESTDIR)$(PYPKGDIR)
19  endif
20  
21         # Install headers
This page took 0.053787 seconds and 2 git commands to generate.