git.annexia.org
/
febootstrap.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae4aad
)
Remove trailing whitespace from one line.
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 6 Jun 2011 13:18:55 +0000
(14:18 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 6 Jun 2011 13:18:55 +0000
(14:18 +0100)
febootstrap_pacman.ml
patch
|
blob
|
history
diff --git
a/febootstrap_pacman.ml
b/febootstrap_pacman.ml
index
96dfefa
..
9148988
100644
(file)
--- a/
febootstrap_pacman.ml
+++ b/
febootstrap_pacman.ml
@@
-50,7
+50,7
@@
let pacman_resolve_dependencies_and_download names =
*)
List.iter (
fun pkg ->
- let cmd =
+ let cmd =
sprintf "cd %s && mkdir -p var/lib/pacman && fakeroot pacman -Syw --noconfirm --cachedir=$(pwd) --root=$(pwd) %s"
(Filename.quote tmpdir)
pkg in