-
Posts
4 -
Joined
-
Last visited
Reputation Activity
-
m31271n reacted to Oleg Vinichenko in files: .keep_sys-apps_baselayout-0
It's fine, do not remove them. baselayout ebuild installing system directories (like /var/ /var/lock, etc, for a complete list look inside ebuild) by using a keepdir. i.e /run created with keepdir /run. It tells portage to leave directories behind even if they are empty (or emptied). Other than that it's same as dodir ebuild function
