Browse Source

Fix wrong logic leading to non-installed startup scripts

Fixes #987
tags/v2.1-rc1
falkTX 4 years ago
parent
commit
abe9043c77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -512,7 +512,7 @@ endif
# -------------------------------------------------------------------------------------------------------------

ifeq ($(HAVE_PYQT),true)
ifeq ($(CPPMODE),true)
ifneq ($(CPPMODE),true)
# Install script files (gui)
install -m 755 \
data/carla \


Loading…
Cancel
Save