From f35031e623e619906a621cc757572857b16ac724 Mon Sep 17 00:00:00 2001 From: Martin Gracik Date: Wed, 24 Mar 2010 09:06:45 +0100 Subject: [PATCH] Changed the rsyslog libraries path --- etc/templates/initrd.ltmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/templates/initrd.ltmpl b/etc/templates/initrd.ltmpl index 3c32852a..7869d1c7 100644 --- a/etc/templates/initrd.ltmpl +++ b/etc/templates/initrd.ltmpl @@ -176,7 +176,7 @@ edit "etc/arch" "${buildarch}" ## rsyslogd copy "sbin/rsyslogd" -copy "usr/${libdir}/rsyslog/*" +copy "${libdir}/rsyslog/*" copy "etc/rsyslog.conf"