mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-10 13:25:25 +01:00
Rename perl5.004_05 and perl5.005_03
The underscores cause problems later, as _ is a delimiter for "revision number" in packaging.
This commit is contained in:
parent
4fb8efafe2
commit
634ec99771
11 changed files with 12 additions and 8 deletions
|
|
@ -19,6 +19,6 @@ miniperl: $(MINIPERL_OBJ)
|
|||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
install: all
|
||||
install miniperl $(DESTDIR)$(PREFIX)/bin/perl
|
||||
install -D miniperl $(DESTDIR)$(PREFIX)/bin/perl
|
||||
mkdir -p "$(DESTDIR)$(PRIVLIB_EXP)"
|
||||
cp -r lib/* "$(DESTDIR)$(PRIVLIB_EXP)"
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
|
@ -19,6 +19,6 @@ miniperl: $(MINIPERL_OBJ)
|
|||
$(CC) $(CFLAGS) $^ $(LDFLAGS) -o $@
|
||||
|
||||
install: all
|
||||
install miniperl $(DESTDIR)$(PREFIX)/bin/perl
|
||||
install -D miniperl $(DESTDIR)$(PREFIX)/bin/perl
|
||||
mkdir -p "$(DESTDIR)$(PRIVLIB_EXP)"
|
||||
cp -r lib/* "$(DESTDIR)$(PRIVLIB_EXP)"
|
||||
|
|
@ -2,6 +2,7 @@
|
|||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
|
@ -152,9 +152,9 @@ build perl-5.000
|
|||
|
||||
build perl-5.003
|
||||
|
||||
build perl5.004_05
|
||||
build perl5.004-05 '' '' '' perl5.004_05
|
||||
|
||||
build perl5.005_03
|
||||
build perl5.005-03 '' '' '' perl5.005_03
|
||||
|
||||
build perl-5.6.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue