nwg-dock: remove precompiled x86 binary

This commit is contained in:
MarkusVolk 2021-09-19 18:08:14 +02:00
parent b6b2f4f18e
commit 3cdc75cdca

View File

@ -19,7 +19,8 @@ inherit go go-mod
GO_INSTALL = "${GO_IMPORT}"
do_install:append() {
# remove precompiled x86 binary
# remove precompiled x86 binaries
rm -r ${D}${libdir}/go/src/${GO_IMPORT}/bin
rm -r ${D}${libdir}/go/pkg/mod/github.com/dlasky/gotk3-layershell*/example
}