mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-15 15:55:24 +01:00
Split installed files out of /after into /image.
This commit is contained in:
parent
4d7b25e47a
commit
c8784cbcd3
118 changed files with 689 additions and 690 deletions
|
|
@ -11,7 +11,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/after
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue