mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
updated perl (5.12.3).
This commit is contained in:
@@ -70,8 +70,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
chmod 664 /var/ipfire/mpfire/playlist.m3u
|
||||
chmod 755 /srv/web/ipfire/html/images/mpfire
|
||||
install -v -m 644 $(DIR_SRC)/config/backup/includes/mpfire /var/ipfire/backup/addons/includes/mpfire
|
||||
-mkdir -p /usr/lib/perl5/site_perl/5.12.2/Audio/
|
||||
cp -vrf $(DIR_SRC)/config/mpfire/perl/Audio/MPD* /usr/lib/perl5/site_perl/5.12.2/Audio/
|
||||
cp -vrf $(DIR_SRC)/config/mpfire/perl/Accessor* /usr/lib/perl5/5.12.2/Class/
|
||||
cp -vrf $(DIR_SRC)/config/mpfire/perl/Readonly.pm /usr/lib/perl5/5.12.2/Readonly.pm
|
||||
-mkdir -p /usr/lib/perl5/site_perl/5.12.3/Audio/
|
||||
cp -vrf $(DIR_SRC)/config/mpfire/perl/Audio/MPD* /usr/lib/perl5/site_perl/5.12.3/Audio/
|
||||
cp -vrf $(DIR_SRC)/config/mpfire/perl/Accessor* /usr/lib/perl5/5.12.3/Class/
|
||||
cp -vrf $(DIR_SRC)/config/mpfire/perl/Readonly.pm /usr/lib/perl5/5.12.3/Readonly.pm
|
||||
@$(POSTBUILD)
|
||||
|
||||
4
lfs/perl
4
lfs/perl
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 5.12.2
|
||||
VER = 5.12.3
|
||||
|
||||
THISAPP = perl-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 7b018fe9c2f434eff0c629b4c515a8fc
|
||||
$(DL_FILE)_MD5 = 72f3f7e1c700e79bbf9d9279ca5b42d9
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user