[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Help With debian/rules File Without Build Tool



Ryan McClue <re.mcclue@protonmail.com> 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


Reply to: