forked from tastytea/overlay
fixed feiertage-1.3
This commit is contained in:
parent
4e5eea280e
commit
c5ca8a71f2
|
@ -22,6 +22,15 @@ src_prepare() {
|
|||
mkdir -p src/github.com/wlbr
|
||||
cd src/github.com/wlbr
|
||||
ln -s feiertage ../../../
|
||||
sed -Ei 's|GOOS=linux GOARCH=amd64 +([^_]+feiertage)_linux[^ ]+ +(cmd/.+)|\1 \2|' Makefile
|
||||
sed -Ei 's|GOOS=.*\.go||' Makefile
|
||||
cd ../../../
|
||||
ls
|
||||
sed -Ei 's|GOOS=linux GOARCH=amd64 +([^_]+feiertage)_linux[^ ]+ +(cmd/.+)|\1 \2|' Makefile || die
|
||||
sed -Ei 's|GOOS=.*\.go||' Makefile || die
|
||||
default_src_prepare
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/${PN}
|
||||
dodoc README.md
|
||||
einfo "This ebuild only installs the binary."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user