Perl build error
Bartłomiej Piotrowski
b at bpiotrowski.pl
Mon Jul 24 06:18:49 UTC 2017
On 2017-07-24 03:58, Daniel Kasak wrote:
> "build-commands": [ "./Configure -d -e -Dprefix=/app ; make ;
> make install" ],
You need to pass DESTDIR to your 'make' invocation. Most likely this way:
make DESTDIR=/app install
You can also create a script source ("type": "script") named "configure"
with your "./Configure" line (without make and make install) and remove
build-commands to fake autotools build system.
Bartłomiej
More information about the Flatpak
mailing list