Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
devtools
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
archlinux
devtools
Commits
c2d9a0e7
Commit
c2d9a0e7
authored
13 years ago
by
Pierre Schmitz
Browse files
Options
Downloads
Patches
Plain Diff
Set correct pacman.conf
Commit
ee4edefa
reverted too much and left pacman.conf unset
parent
ee4edefa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+1
-1
1 addition, 1 deletion
Makefile
archbuild.in
+1
-1
1 addition, 1 deletion
archbuild.in
with
2 additions
and
2 deletions
Makefile
+
1
−
1
View file @
c2d9a0e7
V
=
2012011
8
V
=
2012011
9
PREFIX
=
/usr/local
...
...
This diff is collapsed.
Click to expand it.
archbuild.in
+
1
−
1
View file @
c2d9a0e7
...
...
@@ -55,7 +55,7 @@ if ${clean_first} || [[ ! -d "${chroots}/${repo}-${arch}" ]]; then
rm
-rf
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
mkdir
-p
"
${
chroots
}
/
${
repo
}
-
${
arch
}
"
setarch
"
${
arch
}
"
mkarchroot
\
-C
"
${
pacman_
conf
}
"
\
-C
"
@pkgdatadir@/pacman-
${
repo
}
.
conf"
\
-M
"@pkgdatadir@/makepkg-
${
arch
}
.conf"
\
"
${
chroots
}
/
${
repo
}
-
${
arch
}
/root"
\
"
${
base_packages
[@]
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment