From 16d7837cdcd2fd847e8876f6d7cd3373645d645a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Wed, 22 Aug 2001 16:15:47 +0000 Subject: do init_db inside pkg_inside otherwise LOG is closed and rpmlib tries to write in it and ... --- perl-install/c/stuff.xs.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/c/stuff.xs.pm') diff --git a/perl-install/c/stuff.xs.pm b/perl-install/c/stuff.xs.pm index a34824b1f..23d12a0ca 100644 --- a/perl-install/c/stuff.xs.pm +++ b/perl-install/c/stuff.xs.pm @@ -74,7 +74,6 @@ int rpmError_callback_data; void rpmError_callback(void) { if (rpmErrorCode() != RPMERR_UNLINK && rpmErrorCode() != RPMERR_RMDIR) { write(rpmError_callback_data, rpmErrorString(), strlen(rpmErrorString())); - write(rpmError_callback_data, "\n", 1); } } -- cgit v1.2.1