deployment - Copy directory on destination machine during .deb installation in Ubuntu 14.04, 64 bit -


i want copy directory (which contains files) on destination machine during .deb installation @ path /opt/myprojectname in ubuntu 14.04, 64 bit.

right able install files on destination machine during .deb installation using cmakelists.txt file per below.

install(files myshfile.sh destination /opt/myprojectname)

but want copy directory (which contains files) on destination machine @ path /opt/myprojectname.

if has idea same please let me know.

thanks.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -