diff options
author | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-18 19:30:17 +0800 |
---|---|---|
committer | Sam Spilsbury <SmSpillaz@gmail.com> | 2010-05-18 19:30:17 +0800 |
commit | 54deec100959dd84fc3ad7df28cfd745883f5644 (patch) | |
tree | 42081f56208e19b994cb53351c2b79d19ac1804b /src | |
parent | 9447ee14f0bc64d005c153eb54247fe8a3b1c44a (diff) | |
download | zcomp-54deec100959dd84fc3ad7df28cfd745883f5644.tar.gz zcomp-54deec100959dd84fc3ad7df28cfd745883f5644.tar.bz2 |
Added DESTDIR support for packaging
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5c0290e..8d923c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -57,5 +57,5 @@ target_link_libraries ( install ( TARGETS compiz - DESTINATION ${exec_prefix} + DESTINATION ${COMPIZ_DESTDIR}${exec_prefix} ) |