aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop')
-rw-r--r--lumina-desktop/lumina-desktop.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-desktop/lumina-desktop.pro b/lumina-desktop/lumina-desktop.pro
index b0abea5c..81e144fd 100644
--- a/lumina-desktop/lumina-desktop.pro
+++ b/lumina-desktop/lumina-desktop.pro
@@ -5,7 +5,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia concurrent
TARGET = Lumina-DE
-target.path = $$DESTDIR$${L_BINDIR}
+target.path = $${L_BINDIR}
LIBS += -lLuminaUtils -lxcb -lxcb-damage
bgstack15