summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-22 11:33:18 +0100
committerAndrea Diamantini <adjam7@gmail.com>2009-03-22 11:33:18 +0100
commit30a122c20971ebe638ea5763cccd8adbdb8b3307 (patch)
treee1aa44ed65b6b065f0dfe8e7f2bed171554c458d /data
parentChange tab dim if count() > 3 (diff)
downloadrekonq-30a122c20971ebe638ea5763cccd8adbdb8b3307.tar.xz
Fixing loading of konqueror bookmarks in a unusual place or missing..
Diffstat (limited to 'data')
-rw-r--r--data/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index 41c9995f..4a17e30d 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -1,9 +1,13 @@
INSTALL( FILES
- defaultbookmarks.xbel
loading.gif
DESTINATION ${DATA_INSTALL_DIR}/rekonq/pics
)
+INSTALL( FILES
+ defaultbookmarks.xbel
+ DESTINATION ${DATA_INSTALL_DIR}/rekonq
+)
+
INSTALL( FILES
rekonq.desktop
DESTINATION ${XDG_APPS_INSTALL_DIR}