]> git.ipfire.org Git - people/ms/libloc.git/commit
Makefile.am: Do not provide PREFIX value for perl build.
authorStefan Schantl <stefan.schantl@ipfire.org>
Mon, 22 Feb 2021 20:07:21 +0000 (21:07 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 23 Feb 2021 13:32:11 +0000 (13:32 +0000)
commitd39d928b4db79e9c32d68d49de47be8b55b3ca92
treea174fc1a13492115b5178553ffabe30e4378bc62
parent2ba6ed07120a8305265568d528e1bd554168bfc6
Makefile.am: Do not provide PREFIX value for perl build.

This caused to gain the following error when building:

Only one of PREFIX or INSTALL_BASE can be given. Not both.

Using INSTALLDIRS=vendor is the common way to get the modules installed
into the right directories.

Fixes #12573.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
Makefile.am