mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-30 10:41:01 +02:00
nfcd: forgot dbus configuration file
This commit is contained in:
parent
a12d67b51d
commit
f8dd12a474
2 changed files with 7 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD nfcd-9999.ebuild 495 RMD160 3396c3b6d20afe23da52f04e696c950acadf39aa SHA1 dfe554bbfc415a76949b0f0ae7aaee8d84e878c3 SHA256 fa37a323fca425c68064c882ea4e8963d8f274bc4fe7ece46b8cc4901e98e293
|
||||
EBUILD nfcd-9999.ebuild 594 RMD160 a6943b9f5f2292e86ee46819b96a5e0a846b3274 SHA1 8243c5dd876cb14a64215f25480f5c390556b5ea SHA256 9fb7ad7c8d90883cb857a161b9b2dd0a29ba1abcd38bd350e278e5ac15dca781
|
||||
|
|
|
|||
|
|
@ -19,3 +19,9 @@ DEPEND="dev-libs/libndev
|
|||
net-wireless/libfreefare
|
||||
dev-libs/libnfc"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_install() {
|
||||
cmake-utils_src_install
|
||||
insinto /etc/dbus-1/system.d/
|
||||
doins nfcd.conf || die
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue