Quoting Clint Adams (2021-08-22 19:46:28)
> On Sun, Aug 22, 2021 at 07:22:01PM +0200, Johannes Schauer Marin Rodrigues 
> wrote:
> > Whoops, yes I did. I'm glad you spotted my mistake!
> 
> Let me know if 5.4 does the correct thing despite the annoying
> error messages.

Thank you for your very quick fix!

The postinst still needs an adjustment. With the patch at the end of this mail
it works now.

I have also filed the problem in the busybox Bugzilla and will let you know
once you can drop this work around.

Thanks!

cheers, josch

--- a/debian/postinst
+++ b/debian/postinst
@@ -2,7 +2,7 @@
 
 if test -z "$2" && test ! -f /etc/shells
 then
-        cp -pZ /usr/share/debianutils/shells /etc/shells
+        cp -pZ /usr/share/debianutils/shells /etc/shells || cp -p 
/usr/share/debianutils/shells /etc/shells
 fi
 
 case "$1" in

Attachment: signature.asc
Description: signature

Reply via email to