summaryrefslogtreecommitdiff
path: root/src/core/libs/lib-software.sh
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-13 21:09:32 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-13 21:09:32 +0100
commit85ca1e9d880836523e86eb4776d381012707ebed (patch)
treece7cc32fc0b9409d969f569a6b6fcbd1ecd82684 /src/core/libs/lib-software.sh
parent569c2f7f70e33e414c5921fe43ecf9c05d7f7957 (diff)
installpkg exit code workaround
Diffstat (limited to 'src/core/libs/lib-software.sh')
-rw-r--r--src/core/libs/lib-software.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/libs/lib-software.sh b/src/core/libs/lib-software.sh
index acbf1c9..b9f0fb7 100644
--- a/src/core/libs/lib-software.sh
+++ b/src/core/libs/lib-software.sh
@@ -46,7 +46,8 @@ installpkg() {
target_special_fs off
sync
- return ${pacman-installpkg_exitcode}
+ #return ${pacman-installpkg_exitcode} TODO: fix this. there is something wrong here
+ return 0
}