mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 18:37:13 +08:00
12 lines
531 B
Diff
12 lines
531 B
Diff
|
--- a/backends/alpm/Makefile.am 2011-08-04 06:42:46.000000000 -0400
|
||
|
+++ b/backends/alpm/Makefile.am 2012-03-03 14:01:22.313320727 -0500
|
||
|
@@ -9,7 +9,7 @@
|
||
|
PK_BACKEND_DEFAULT_LOGFILE = $(localstatedir)/log/pacman.log
|
||
|
|
||
|
ALPM_CACHE_PATH = $(localstatedir)/lib/pacman/sync
|
||
|
-ALPM_PACKAGE_URL = "http://www.archlinux.org/packages/%s/%s/%s/"
|
||
|
+ALPM_PACKAGE_URL = "http://chakra-project.org/packages/%s/%s/%s/"
|
||
|
|
||
|
DEFS = -DPK_BACKEND_CONFIG_FILE=\"$(PK_BACKEND_CONFIG_FILE)\" \
|
||
|
-DPK_BACKEND_GROUP_FILE=\"$(PK_BACKEND_GROUP_FILE)\" \
|