Split installed files out of /after into /image.

This commit is contained in:
Andrius Štikonas 2021-06-24 00:32:19 +01:00
parent 4d7b25e47a
commit c8784cbcd3
118 changed files with 689 additions and 690 deletions

View file

@ -11,7 +11,7 @@ src_prepare() {
}
src_configure() {
./configure --prefix=/after
./configure --prefix="${PREFIX}"
}
src_compile() {

View file

@ -6,7 +6,7 @@ Fixes aclocal-1.10 to work with our Perl
--- aclocal.in 2021-03-25 19:18:10.489134059 +0000
+++ aclocal.in 2021-03-25 19:18:20.159389339 +0000
@@ -45,6 +45,7 @@
@@ -44,6 +44,7 @@
use Automake::FileUtils;
use File::Basename;
use File::stat;