mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 02:50:26 +02:00
fixed where apps in dedected get installed
This commit is contained in:
parent
dd36aaea29
commit
aac5a42664
2 changed files with 4 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD dedected-9999.ebuild 1318 RMD160 f3c822f74511db714dffe14fad34aa35a0087a1b SHA1 e48bf9c095526e3455d2c109ea8509f527d2ffd6 SHA256 f47523a79cf725e644df5082c15233fccf0fa1d8db7980d3b5fc669d47d37db8
|
||||
EBUILD dedected-9999.ebuild 1408 RMD160 eb850321876abb47c40d4e025d29cc185dcf640c SHA1 9ec16aea567b3c74c007159ae4b4e477129adc8f SHA256 e47a4aea3180ee9902f496280bb5596e7480323e6b9e61c1effe21cb581a3444
|
||||
|
|
|
|||
|
|
@ -38,8 +38,9 @@ src_compile() {
|
|||
src_install () {
|
||||
# emake DESTDIR="${D}" install || die "emake install failed"
|
||||
linux-mod_src_install
|
||||
dobin tools/coa_syncsniff tools/dect_cli tools/dump_dip tools/dump_eeprom
|
||||
dobin tools/pcap2cchan tools/pcapstein tools/dectshark/dectshark
|
||||
#we could add a group and when we add udev rules we may drop this stuff in bin instead
|
||||
dosbin tools/coa_syncsniff tools/dect_cli tools/dump_dip tools/dump_eeprom
|
||||
dosbin tools/pcap2cchan tools/pcapstein tools/dectshark/dectshark
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue