net-wireless/unifi: fix src_prepare in 5.6 series
authorBen Kohler <bkohler@gentoo.org>
Fri, 29 Jun 2018 14:12:17 +0000 (09:12 -0500)
committerBen Kohler <bkohler@gentoo.org>
Fri, 29 Jun 2018 14:13:00 +0000 (09:13 -0500)
The 5.6 series provides slightly different lib/native/Linux/ stuff for
arm, so an adjustment to its rm list is needed.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

net-wireless/unifi/unifi-5.6.39-r1.ebuild
net-wireless/unifi/unifi-5.6.39.ebuild

index b96d147f49c2705680781cfc9f8f2d65060166a6..4f41ed02126f44540425e8d360e7a4f3c1ca1dbe 100644 (file)
@@ -36,7 +36,7 @@ pkg_setup() {
 
 src_prepare() {
        # Remove unneeded files Linux, Mac and Windows
-       rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
+       rm -r lib/native/Linux/armhf lib/native/{Mac,Windows} || die
 
        default
 }
index 287559a717f1684e84fdb565659f4f4eb7773efa..aeda8f7c164ba80703981955a9656ef3b422ef2a 100644 (file)
@@ -36,7 +36,7 @@ pkg_setup() {
 
 src_prepare() {
        # Remove unneeded files Linux, Mac and Windows
-       rm -r lib/native/Linux/{aarch64,armv7} lib/native/{Mac,Windows} || die
+       rm -r lib/native/Linux/armhf lib/native/{Mac,Windows} || die
 
        default
 }