X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=eclass%2Fsys-user.eclass;h=6c0c2b81469cca5e989c17f88a1de3b83b5a6548;hp=35d20ed050a5ce48a4390c1e3c5663e570c62cda;hb=1dc15997393754809af29b84209352033620e700;hpb=929a9a71d2022b6397cc4db036a14ea4543b188f diff --git a/eclass/sys-user.eclass b/eclass/sys-user.eclass index 35d20ed..6c0c2b8 100644 --- a/eclass/sys-user.eclass +++ b/eclass/sys-user.eclass @@ -173,11 +173,13 @@ sys-user_src_install() { # be possible. # # Beware, this only works if SYS_USER_UID is guaranteed to have a - # real UID and not, for example, -1. That is taken care of in - # src_configure() for now. - touch "${T}/${SYS_USER_UID}" || die - insinto "/var/lib/sys-user" - doins "${T}/${SYS_USER_UID}" + # real UID and not, for example, -1. + # + # TODO: this is a problem now! + # + #touch "${T}/${SYS_USER_UID}" || die + #insinto "/var/lib/sys-user" + #doins "${T}/${SYS_USER_UID}" } sys-user_pkg_preinst() {