]> git.pld-linux.org Git - packages/Carla.git/blame - pypkgdir.patch
Qt4 is back
[packages/Carla.git] / pypkgdir.patch
CommitLineData
399e2284
JK
1diff -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.058712 seconds and 4 git commands to generate.