Re: [libgpiod][PATCH] bindings: python: pass DESTDIR to setup.py

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

 



On Mon, Feb 13, 2023 at 5:05 PM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
>
> As per automake docs:
>
> The DESTDIR variable can be used to perform a staged installation. The
> package should be configured as if it was going to be installed in its
> final location (e.g., --prefix /usr), but when running make install, the
> DESTDIR should be set to the absolute name of a directory into which the
> installation will be diverted. From this directory it is easy to review
> which files are being installed where, and finally copy them to their
> final location by some means.
>
> Prefix $(prefix) with $(DESTDIR) when calling setup.py.
>
> Reported-by: Peter Robinson <pbrobinson@xxxxxxxxx>
> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
Reviewed-by: Peter Robinson <pbrobinson@xxxxxxxxx>
Tested-by: Peter Robinson <pbrobinson@xxxxxxxxx>

Fixes the build for Fedora, thanks.
> ---
>  bindings/python/Makefile.am | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bindings/python/Makefile.am b/bindings/python/Makefile.am
> index 9fb2e95..75ce53b 100644
> --- a/bindings/python/Makefile.am
> +++ b/bindings/python/Makefile.am
> @@ -18,7 +18,7 @@ all-local:
>
>  install-exec-local:
>         GPIOD_WITH_TESTS= \
> -       $(PYTHON) $(srcdir)/setup.py install --prefix=$(prefix)
> +       $(PYTHON) $(srcdir)/setup.py install --prefix=$(DESTDIR)$(prefix)
>
>  SUBDIRS = gpiod
>
> --
> 2.37.2
>



[Index of Archives]     [Linux SPI]     [Linux Kernel]     [Linux ARM (vger)]     [Linux ARM MSM]     [Linux Omap]     [Linux Arm]     [Linux Tegra]     [Fedora ARM]     [Linux for Samsung SOC]     [eCos]     [Linux Fastboot]     [Gcc Help]     [Git]     [DCCP]     [IETF Announce]     [Security]     [Linux MIPS]     [Yosemite Campsites]

  Powered by Linux