From: Hugo Villeneuve Date: Tue, 2 Dec 2014 03:57:45 +0000 (-0500) Subject: Fix error in udev installation (stage2) X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=7daab44278819da3c3a2d598a7f0818bfbfda93f;p=hvlinux.git Fix error in udev installation (stage2) --- diff --git a/stage2/pkg/eudev b/stage2/pkg/eudev index b4deb0d..e32be6d 100644 --- a/stage2/pkg/eudev +++ b/stage2/pkg/eudev @@ -9,6 +9,7 @@ hvconfig_pre() --libdir=/usr/lib \ --sysconfdir=/etc \ --libexecdir=/lib \ + --with-rootprefix= \ --with-rootlibdir=/lib \ --enable-split-usr \ --enable-libkmod \