Im trying to work out how the source is laid out,  so when the rpm is being built it will create <br>dirs like <br><br>Installing: /home/makerpm/rpmbuild/BUILDROOT/owncloud-1.2.1-0.x86_64/usr/share/mirall/i18n/mirall_pl.qm<br>
-- Installing: /home/makerpm/rpmbuild/BUILDROOT/owncloud-1.2.1-0.x86_64/usr/share/mirall/i18n/mirall_uk.qm<br>-- Installing: /home/makerpm/rpmbuild/BUILDROOT/owncloud-1.2.1-0.x86_64/usr/share/mirall/i18n/mirall_it.qm<br>                                                                                                                                ^^<br>
where are the variables set for the directory names like mirall in /usr/share/ in the source? or is this directory name set in CMake files?<br>