summaryrefslogtreecommitdiffstats
path: root/febootstrap_pacman.ml
diff options
context:
space:
mode:
Diffstat (limited to 'febootstrap_pacman.ml')
-rw-r--r--febootstrap_pacman.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/febootstrap_pacman.ml b/febootstrap_pacman.ml
index 96dfefa..9148988 100644
--- 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