diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 19:06:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 19:06:34 +0000 |
commit | b4b30a065dd104d890156ce625a44c0bfe9925d2 (patch) | |
tree | b623fac7c7f02194484fb2d103a738af3e48f908 /repo/system/libseccomp.xibuild | |
parent | d0978a69ba38aae036d1e8409c680bd37c87918f (diff) |
fixed syntax errors
Diffstat (limited to 'repo/system/libseccomp.xibuild')
-rw-r--r-- | repo/system/libseccomp.xibuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/repo/system/libseccomp.xibuild b/repo/system/libseccomp.xibuild index f5de719..6836659 100644 --- a/repo/system/libseccomp.xibuild +++ b/repo/system/libseccomp.xibuild @@ -12,9 +12,9 @@ build () { make } -check () { - make check -} +#check () { + #make check +#} package () { make prefix=/usr lib=lib DESTDIR=$PKG_DEST install |