diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-16 02:18:27 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-06-16 02:18:27 +0200 |
commit | 37e40abde240c00a1eb10b45acb426ef92509413 (patch) | |
tree | 8d9c8f336f2f59611fd5b546673ea9061f3877ed /testing | |
parent | 52c4a4398525209e0e810883ca0fad7e3cd164f5 (diff) | |
download | aports-37e40abde240c00a1eb10b45acb426ef92509413.tar.bz2 aports-37e40abde240c00a1eb10b45acb426ef92509413.tar.xz |
testing/mono: fix mistake in abuild
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mono/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/mono/APKBUILD b/testing/mono/APKBUILD index 16b8bec58a..18465ddfd0 100644 --- a/testing/mono/APKBUILD +++ b/testing/mono/APKBUILD @@ -65,7 +65,7 @@ package() { rm ./usr/lib/*.la # Remove Windows-only stuff. - rm -r ./$_monodir/*/Mono.Security.Win32* + rm -r ./usr/lib/mono/*/Mono.Security.Win32* rm ./usr/lib/libMonoSupportW.* } |