From 0dfa2006464b270c51c996fd962aa99f6f3fc548 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Mon, 3 Nov 2008 18:31:13 +0100 Subject: typo bugfix --- src/core/libs/lib-software.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh index 52e1d63..dd717ca 100644 --- a/src/core/libs/lib-software.sh +++ b/src/core/libs/lib-software.sh @@ -22,7 +22,7 @@ run_mkinitcpio() # performs package installation to the target system installpkg() { notify "Package installation will begin now. You can watch the output in the progress window. Please be patient." - target_specialfs on + target_special_fs on run_background pacman-installpkg "$PACMAN_TARGET -S $PACKAGES" /tmp/pacman.log follow_progress " Installing... Please Wait " /tmp/pacman.log @@ -40,7 +40,7 @@ installpkg() { show_warning "$_result" "/tmp/pacman.log" text || return 1 - target_specialfs off + target_special_fs off sync -- cgit v1.2.3-54-g00ecf