diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-10-13 11:17:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-10-13 11:17:24 +0100 |
commit | 076acbaae49143ae0e9eb5835f2216c63628b4f5 (patch) | |
tree | 007dacac07973544d6c8841bb1017835b6f88a0a | |
parent | fdfcaad00de0a6a45b36adb5b9e4eb214577fc41 (diff) |
sys-boot/plymouth : fetch sources from our server
-rw-r--r-- | packages/sys-boot/plymouth/plymouth.exlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/sys-boot/plymouth/plymouth.exlib b/packages/sys-boot/plymouth/plymouth.exlib index 898b4eb..efe5840 100644 --- a/packages/sys-boot/plymouth/plymouth.exlib +++ b/packages/sys-boot/plymouth/plymouth.exlib @@ -4,7 +4,7 @@ require systemd-service -DOWNLOADS="http://www.freedesktop.org/software/${PN}/releases/${PNV}.tar.xz" +DOWNLOADS="http://mirrors.redcorelinux.org/redcorelinux/distfiles/${PNV}.tar.bz2" export_exlib_phases src_unpack src_configure src_install |