mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Move to /usr prefix.
- This is much more standard and replaces /image in sysa and is the standard in sysc (avoids many issues). - GCC needs to have a file created for some unknown reason. - Checksums updated.
This commit is contained in:
parent
ddd4f1bc81
commit
b93a931a53
104 changed files with 659 additions and 722 deletions
|
|
@ -1 +1 @@
|
|||
964a879564e1709ef4c464c0044cf195ea716064732bfbb802722db02d950f0a /image/bin/perl
|
||||
28618a743a70393ad29a330a310e26c988961d72e5a979c47334012f82dc283c /usr/bin/perl
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
// SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
// SPDX-FileCopyrightText: 2021 fosslinux <fosslinux@aussies.space>
|
||||
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#define MEM_ALIGNBYTES 8
|
||||
#define BIN "/image/bin"
|
||||
#define BIN "/usr/bin"
|
||||
#define BYTEORDER 0x4321
|
||||
#define CPPSTDIN "tcc -E"
|
||||
#define CPPMINUS "-"
|
||||
|
|
@ -47,13 +48,13 @@
|
|||
#define INTSIZE 4
|
||||
#define Off_t off_t
|
||||
|
||||
#define PRIVLIB "/image/lib/perl5"
|
||||
#define PRIVLIB "/usr/lib/perl5"
|
||||
|
||||
#define _(args) args
|
||||
|
||||
#define RANDBITS 31
|
||||
|
||||
#define SCRIPTDIR "/image/bin"
|
||||
#define SCRIPTDIR "/usr/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 +63,8 @@
|
|||
#define STDCHAR char
|
||||
#define Uid_t uid_t
|
||||
|
||||
#define LOC_SED "/image/bin/sed"
|
||||
#define ARCHLIB "/image/lib/perl5/"
|
||||
#define LOC_SED "/usr/bin/sed"
|
||||
#define ARCHLIB "/usr/lib/perl5/"
|
||||
|
||||
#define CAT2(a,b) a##b
|
||||
#define Gconvert(x,n,t,b) gcvt((x),(n),(b))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue