app-misc/var-run - 0 (floppym)

Search

Install

Install this version:

emerge -a =app-misc/var-run-0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-misc/var-run-0

Or alternatively:

emerge --autounmask-write -a =app-misc/var-run-0

Package Information

Description:
Dummy package to keep /var/run symlink from being removed
Homepage:
https://github.com/floppym/floppym
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0 7 amd64 0
View Raw Ebuild
EAPI=7

DESCRIPTION="Dummy package to keep /var/run symlink from being removed"
HOMEPAGE="https://github.com/floppym/floppym"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64"

S=${WORKDIR}

src_install() {
	keepdir /var/run
}