mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 03:26:31 +01:00
Switch to perl tarballs generated from archiving git tags.
This commit is contained in:
parent
e9455c8463
commit
621b099a57
12 changed files with 28 additions and 8 deletions
|
|
@ -1,23 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default_src_prepare
|
||||
|
||||
rm perly.c perly.h
|
||||
bison -d perly.y
|
||||
mv perly.tab.c perly.c
|
||||
mv perly.tab.h perly.h
|
||||
|
||||
rm embed.h
|
||||
./embed_h.SH
|
||||
|
||||
rm keywords.h
|
||||
chmod +x keywords.sh
|
||||
./keywords.sh
|
||||
|
||||
rm opcode.h
|
||||
chmod +x opcode.sh
|
||||
./opcode.sh
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue