mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
This commit is contained in:
parent
539ee0dfc6
commit
904173ffc3
2 changed files with 8 additions and 0 deletions
|
|
@ -39,3 +39,7 @@ src_compile() {
|
|||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
|
|
|||
|
|
@ -29,3 +29,7 @@ src_compile() {
|
|||
src_install() {
|
||||
emake UDEV_RULE_DIR=/etc/udev/rules.d/ USE_OPENSSL=1 RUNTIME_PUBKEY_DIR=/usr/$(get_libdir)/crda/ DESTDIR="${D}" install || die "emake install failed"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue