mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
3e7cd57758
* scripts: fix scripts
12 lines
536 B
Diff
12 lines
536 B
Diff
--- CMakeLists.txt.orig 2009-03-17 08:58:31.000000000 +0100
|
|
+++ CMakeLists.txt 2009-05-30 22:05:24.000000000 +0200
|
|
@@ -13,7 +13,7 @@
|
|
|
|
########### install files ###############
|
|
|
|
-set( oxygen_icon_dirs 8x8 16x16 22x22 32x32 48x48 64x64 128x128 256x256 )
|
|
+set( oxygen_icon_dirs 8x8 16x16 22x22 32x32 48x48 64x64 128x128 256x256 scalable)
|
|
|
|
install( DIRECTORY ${oxygen_icon_dirs} DESTINATION ${ICON_INSTALL_DIR}/oxygen PATTERN .svn EXCLUDE PATTERN "*.sh" EXCLUDE )
|
|
install( FILES index.theme DESTINATION ${ICON_INSTALL_DIR}/oxygen )
|