Re: make install not using DESTDIR for modules_install
Frank Mori Hess <[email protected]>
| Newsgroups | gmane.linux.hardware.gpib.general |
|---|---|
| Message-ID | <CAJz5OpeAbwBb16q0wH5=Mk08P9dOMReiwh+tfgYxSLp0G_qLJQ@mail.gmail.com> |
On Tue, Nov 27, 2018 at 8:03 AM Derek Kozel <[email protected]> wrote: > During the linux-gpib-kernel make install process the kernel modules_install command is run bit the DESTDIR argument is not passed in meaning that it will always try to install to the system directory rather than a custom directory. Adding INSTALL_MOD_PATH="$(DESTDIR)" to the command correctly passes the information. > > I've tested on Ubuntu 18.10 with and without a DESTDIR specified in the make install step and the results look correct to me. Attached is a patch adding the additional argument. Thanks, applied.