diff options
Diffstat (limited to 'system/make/APKBUILD')
-rw-r--r-- | system/make/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/make/APKBUILD b/system/make/APKBUILD index 780a5e534..6aee8945d 100644 --- a/system/make/APKBUILD +++ b/system/make/APKBUILD @@ -5,6 +5,7 @@ pkgrel=2 pkgdesc="GNU make utility to maintain groups of programs" url="https://www.gnu.org/software/make" arch="all" +options="!checkroot" license="GPL-3.0+" depends="" checkdepends="perl" |