Ryan McClue <[email protected]> writes: > override_dh_auto_install: > cp program /usr/local/bin
Unrelated to your actual question, but this won't work well. You need to install into debian/PACKAGENAME as if it was the filesystem root, that is: cp program debian/PACKAGENAME/usr/bin (after ensuring the directory exists, and using your actual PACKAGENAME). -- Regards, Feri

