mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-11 09:43:40 +02:00
* Fixed collisions
This commit is contained in:
parent
a7fd5085bd
commit
2e4c822a64
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
EBUILD airoscript-9999.ebuild 780 RMD160 19bc8514ea21dd97cd8bdcd367288613d0f1b2ad SHA1 677c4d463bb876658d35756beb4c2af0331dc440 SHA256 cc2eb4401c4c54ba9177a1eda8e0731fcc2a6b2b81768373c9c2f8947ed084d2
|
||||
EBUILD airoscript-9999.ebuild 810 RMD160 9aa5407004047d99fc5970ce45ef52148a627613 SHA1 81fc2063dca76422f4acc62b0b4038a044e278f3 SHA256 8087b4c4352fe7b062fe5942a91ec4d968a486ea956a46e5b575df6670fa4ed2
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install () {
|
||||
rm /src/conffiles/screenrc
|
||||
sed -e '/PREFIX/ s:/usr/local:/usr:' -e '/MDK3/ s:local/::' -i src/conffiles/airoscript.conf
|
||||
emake -j1 prefix="${D}" sysconfdir="${D}etc" datarootdir="${D}usr/share" execprefix="${D}usr" install || die "emake install failed"
|
||||
rm -rf "${D}/etc/screenrc" "${D}/usr/share/locale/es_ES"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue