mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix broken Linux install
In commit ca8aee4701
("Move the XSLT files into a Qt resource") we
removed a line from the .pri file without removing the trailing '\' from
the previous line which caused the following line to be consumed by the
assignment - and the dummy target not being added to the EXTRA_TARGETS...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
33668ffd35
commit
1e443eb78b
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ BINDIR = $(prefix)/bin$${nl}\
|
|||
DATADIR = $(prefix)/share$${nl}\
|
||||
DOCDIR = $(DATADIR)/subsurface/Documentation$${nl}\
|
||||
DESKTOPDIR = $(DATADIR)/applications$${nl}\
|
||||
MANDIR = $(DATADIR)/man/man1$${nl}\
|
||||
MANDIR = $(DATADIR)/man/man1$${nl}
|
||||
|
||||
QMAKE_EXTRA_TARGETS += dummy
|
||||
|
||||
WINDOWSSTAGING = ./packaging/windows
|
||||
|
|
Loading…
Add table
Reference in a new issue