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:
fosslinux 2022-01-14 16:23:36 +11:00
parent 4fb8efafe2
commit 634ec99771
11 changed files with 12 additions and 8 deletions

View file

@ -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)"

View file

@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default

View file

@ -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)"

View file

@ -2,6 +2,7 @@
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
default

View file

@ -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