udevil: use unified /usr

This commit is contained in:
Lukas Rusak 2016-12-04 13:23:47 -08:00
parent cfd2fc0b3f
commit 3a15ba32e6
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -32,9 +32,9 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no" PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-systemd \ PKG_CONFIGURE_OPTS_TARGET="--disable-systemd \
--with-mount-prog=/bin/mount \ --with-mount-prog=/usr/bin/mount \
--with-umount-prog=/bin/umount \ --with-umount-prog=/usr/bin/umount \
--with-losetup-prog=/sbin/losetup \ --with-losetup-prog=/usr/sbin/losetup \
--with-setfacl-prog=/usr/bin/setfacl" --with-setfacl-prog=/usr/bin/setfacl"
makeinstall_target() { makeinstall_target() {