diff options
-rw-r--r-- | testing/hy/APKBUILD | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/hy/APKBUILD b/testing/hy/APKBUILD index 059db6b556..e12239ade6 100644 --- a/testing/hy/APKBUILD +++ b/testing/hy/APKBUILD @@ -30,6 +30,9 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" + + # This file is only needed for setuptools-produced source + # distributions <https://github.com/hylang/hy/commit/bd7b8bf5e19e>. rm -rf "$pkgdir"/usr/get_version } |