mirror of
https://github.com/BioArchLinux/devtools-bio.git
synced 2025-03-10 12:02:42 +00:00
change name to bioarchlinux
This commit is contained in:
parent
e7abfaed21
commit
a76fe6570e
2 changed files with 6 additions and 6 deletions
|
@ -25,11 +25,11 @@ install_build_script(bioarchlinux-kde-unstable-x86_64-build)
|
||||||
install_build_script(multilib-bioarchlinux-build)
|
install_build_script(multilib-bioarchlinux-build)
|
||||||
|
|
||||||
foreach(CARCH arm armv6h armv7h aarch64)
|
foreach(CARCH arm armv6h armv7h aarch64)
|
||||||
install_build_script("archlinuxcn-${CARCH}-build")
|
install_build_script("bioarchlinux-${CARCH}-build")
|
||||||
configure_file(pacman-archlinuxcn-arm.conf.in
|
configure_file(pacman-bioarchlinux-arm.conf.in
|
||||||
"pacman-archlinuxcn-${CARCH}.conf" @ONLY)
|
"pacman-bioarchlinux-${CARCH}.conf" @ONLY)
|
||||||
install(FILES
|
install(FILES
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/pacman-archlinuxcn-${CARCH}.conf"
|
"${CMAKE_CURRENT_BINARY_DIR}/pacman-bioarchlinux-${CARCH}.conf"
|
||||||
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/devtools/")
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/devtools/")
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
|
|
|
@ -69,8 +69,8 @@ LocalFileSigLevel = Optional
|
||||||
# repo name header and Include lines. You can add preferred servers immediately
|
# repo name header and Include lines. You can add preferred servers immediately
|
||||||
# after the header, and they will be used before the default mirrors.
|
# after the header, and they will be used before the default mirrors.
|
||||||
|
|
||||||
[archlinuxcn]
|
[bioarchlinux]
|
||||||
Server = http://repo.archlinuxcn.org/$arch
|
Server = http://repo.bioarchlinux.org/$arch
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
Include = /etc/pacman.d/mirrorlist
|
Include = /etc/pacman.d/mirrorlist
|
Loading…
Add table
Reference in a new issue