summaryrefslogtreecommitdiff
path: root/makefiles/1/variables.mk
diff options
context:
space:
mode:
authorModestas Vainius <modestas@vainius.eu>2009-08-27 17:47:33 +0300
committerModestas Vainius <modestas@vainius.eu>2009-08-27 17:51:05 +0300
commit7c870a47027590ce7d49f0beb49b4dad0168fc7c (patch)
tree1080f4d4f7ecd5e81c58ebba4735e25e759e4a1b /makefiles/1/variables.mk
parent7f6bfddbd8017c974dd88b9c4e6dba5ef9e427ff (diff)
downloadpkg-kde-tools-7c870a47027590ce7d49f0beb49b4dad0168fc7c.tar.gz
Move kde4_flags to the top level directory (/usr/share/pkg-kde-tools/).
This means it is no longer under "version control".
Diffstat (limited to 'makefiles/1/variables.mk')
-rw-r--r--makefiles/1/variables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/1/variables.mk b/makefiles/1/variables.mk
index de75430..a86bb29 100644
--- a/makefiles/1/variables.mk
+++ b/makefiles/1/variables.mk
@@ -1,5 +1,5 @@
# Standard Debian KDE 4 cmake flags
-_kde4_flags := $(shell cat $(dir $(lastword $(MAKEFILE_LIST)))/kde4_flags)
+_kde4_flags := $(shell cat $(dir $(lastword $(MAKEFILE_LIST)))../../kde4_flags)
DEB_CMAKE_KDE4_FLAGS += $(_kde4_flags)
# Custom KDE 4 global configuration file installation directory