uucp: make sure /etc/uucp is the config path, not /usr/conf/uucp

This commit is contained in:
Harald Welte 2013-03-15 13:02:06 +01:00
parent cbb7200e61
commit 209d4ec0be
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ HOMEPAGE = "http://www.airs.com/ian/uucp.html"
SECTION = "console/utils"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r2"
PR = "r3"
inherit autotools
@ -15,6 +15,8 @@ do_configure() {
oe_runconf
}
EXTRA_OECONF = "--with-newconfigdir=/etc/uucp"
do_install_append() {
fakeroot install -d -g uucp -o uucp ${D}/var/spool/uucp
}