diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-18 16:26:37 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-18 22:13:36 +0100 |
commit | e5b1bc5bad56155e1f2ec5a1d772c1d3ddc6c5cf (patch) | |
tree | 9e68a80103963a415e79bcf83fe11c0e0729b3d8 /main/pax-utils/APKBUILD | |
parent | b97eed0fbec884f68dd49cbf142a61ca855341f0 (diff) | |
download | aports-e5b1bc5bad56155e1f2ec5a1d772c1d3ddc6c5cf.tar.bz2 aports-e5b1bc5bad56155e1f2ec5a1d772c1d3ddc6c5cf.tar.xz |
main/pax-utils: Fix typos (opitons → options)
Diffstat (limited to 'main/pax-utils/APKBUILD')
-rw-r--r-- | main/pax-utils/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/pax-utils/APKBUILD b/main/pax-utils/APKBUILD index 03ff0ae526..7670ff965d 100644 --- a/main/pax-utils/APKBUILD +++ b/main/pax-utils/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="ELF related utils for ELF 32/64 binaries" url="https://wiki.gentoo.org/wiki/Hardened/PaX_Utilities" arch="all" -opitons="!check" # Requires unpackaged dependencies +options="!check" # Requires unpackaged dependencies license="GPL-2.0" depends="scanelf" makedepends_build="" |