mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
udevil: use unified /usr
This commit is contained in:
@@ -32,9 +32,9 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="no"
|
||||
|
||||
PKG_CONFIGURE_OPTS_TARGET="--disable-systemd \
|
||||
--with-mount-prog=/bin/mount \
|
||||
--with-umount-prog=/bin/umount \
|
||||
--with-losetup-prog=/sbin/losetup \
|
||||
--with-mount-prog=/usr/bin/mount \
|
||||
--with-umount-prog=/usr/bin/umount \
|
||||
--with-losetup-prog=/usr/sbin/losetup \
|
||||
--with-setfacl-prog=/usr/bin/setfacl"
|
||||
|
||||
makeinstall_target() {
|
||||
|
||||
Reference in New Issue
Block a user