From 85ca1e9d880836523e86eb4776d381012707ebed Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 13 Nov 2008 21:09:32 +0100 Subject: installpkg exit code workaround --- src/core/libs/lib-software.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/libs') 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 } -- cgit v1.2.3-54-g00ecf