summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-03 18:31:13 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-03 18:31:13 +0100
commit0dfa2006464b270c51c996fd962aa99f6f3fc548 (patch)
tree4e171ece88b77b8abc5717a701372ba5e35dbf49 /src/core/libs/lib-software.sh
parent988f14e03d06c73989c17dee2a1bacd9548217a1 (diff)
typo bugfix
Diffstat (limited to 'src/core/libs/lib-software.sh')
-rw-r--r--src/core/libs/lib-software.sh4
1 files 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