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

Bug#905162: qt5-qmake-bin: qmake -install qinstall -exe {DIRECTORY} makes a reguler file,not copying directory.



On Thu, Aug 02, 2018 at 01:48:02PM -0300, Lisandro Damián Nicanor Pérez Meyer wrote:
> Please point me to the source package, I want to try this myself.

I found the source here:

https://www.deb-multimedia.org/pool/main/m/mythtv-dmo/mythtv-dmo_29.1-dmo1~bpo9+1.dsc

But I cannot reproduce this (in a fresh sid chroot, after lowering libcec-dev
and libx264-dev required versions).

The generated themes/Makefile correctly has:

install_themes: first FORCE
        @test -d $(INSTALL_ROOT)/usr/share/mythtv/themes/ || mkdir -p $(INSTALL_ROOT)/usr/share/mythtv/themes/
        -$(QINSTALL) /build/mythtv-dmo-29.1/themes/default $(INSTALL_ROOT)/usr/share/mythtv/themes/default
        -$(QINSTALL) /build/mythtv-dmo-29.1/themes/default-wide $(INSTALL_ROOT)/usr/share/mythtv/themes/default-wide
        -$(QINSTALL) /build/mythtv-dmo-29.1/themes/classic $(INSTALL_ROOT)/usr/share/mythtv/themes/classic
        ...

Note the usage of $(QINSTALL) instead of $(QINSTALL_PROGRAM) like in your
case.

QINSTALL_PROGRAM will not install directories, it is only for executable
files.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature


Reply to: