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
Post a Comment