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

@ -1 +1 @@
58a0fb48b79d5776dde4a8849a974de7dcac71b2052eb3f463b91d8b4581c9e2 /after/bin/perl
964a879564e1709ef4c464c0044cf195ea716064732bfbb802722db02d950f0a /image/bin/perl

View file

@ -3,7 +3,7 @@
// SPDX-License-Identifier: GPL-3.0-or-later
#define MEM_ALIGNBYTES 8
#define BIN "/after/bin"
#define BIN "/image/bin"
#define BYTEORDER 0x4321
#define CPPSTDIN "tcc -E"
#define CPPMINUS "-"
@ -47,13 +47,13 @@
#define INTSIZE 4
#define Off_t off_t
#define PRIVLIB "/after/lib/perl5"
#define PRIVLIB "/image/lib/perl5"
#define _(args) args
#define RANDBITS 31
#define SCRIPTDIR "/after/bin"
#define SCRIPTDIR "/image/bin"
#define SIG_NAME "ZERO","HUP","INT","QUIT","ILL","TRAP","IOT","BUS","FPE","KILL","USR1","SEGV","USR2","PIPE","ALRM","TERM","STKFLT","CHLD","CONT","STOP","TSTP","TTIN","TTOU","URG","XCPU","XFSZ","VTALRM","PROF","WINCH", "IO", "POLL", "PWR", "SYS", "UNUSED"
@ -62,8 +62,8 @@
#define STDCHAR char
#define Uid_t uid_t
#define LOC_SED "/after/bin/sed"
#define ARCHLIB "/after/lib/perl5/"
#define LOC_SED "/image/bin/sed"
#define ARCHLIB "/image/lib/perl5/"
#define CAT2(a,b) a##b
#define Gconvert(x,n,t,b) gcvt((x),(n),(b))