diff options
author | Tim E. Real <termtech@rogers.com> | 2010-10-23 01:03:47 +0000 |
---|---|---|
committer | Tim E. Real <termtech@rogers.com> | 2010-10-23 01:03:47 +0000 |
commit | a568bd216d342740b78279b2a3797d2e2fbe0ab4 (patch) | |
tree | 5380405ed9f658addd7f5503a2b4dde618315238 /muse2/share/html | |
parent | 671954422341c5c9430251eae9c77d910e81ef77 (diff) |
See ChangeLog
Diffstat (limited to 'muse2/share/html')
-rw-r--r-- | muse2/share/html/CMakeLists.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/muse2/share/html/CMakeLists.txt b/muse2/share/html/CMakeLists.txt index e1a4f965..f737d3d5 100644 --- a/muse2/share/html/CMakeLists.txt +++ b/muse2/share/html/CMakeLists.txt @@ -19,10 +19,10 @@ #============================================================================= # FIXME: Won't work. -#install_files( /share/${MusE_INSTALL_NAME}/html .*\\.html .*\\.txt .*\\.jpg ) +#install_files( /${SHARE_INSTALL_PREFIX}/${MusE_INSTALL_NAME}/html .*\\.html .*\\.txt .*\\.jpg ) -install_files( /share/${MusE_INSTALL_NAME}/html .*\\.html ) -install_files( /share/${MusE_INSTALL_NAME}/html .*\\.jpg ) +install_files( /${SHARE_INSTALL_PREFIX}/${MusE_INSTALL_NAME}/html .*\\.html ) +install_files( /${SHARE_INSTALL_PREFIX}/${MusE_INSTALL_NAME}/html .*\\.jpg ) # FIXME: Installs CMakeLists.txt !!! -install_files( /share/${MusE_INSTALL_NAME}/html .*\\.txt ) +install_files( /${SHARE_INSTALL_PREFIX}/${MusE_INSTALL_NAME}/html .*\\.txt ) |