diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-20 19:14:06 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-11-20 19:14:06 +0000 |
commit | b4e510b26def15bbea956a0e1b0d8d7771b37ce8 (patch) | |
tree | 539365ee6d7b935e350c8d04c4faf2161a8e9939 /community/volatility/APKBUILD | |
parent | 6ff6001b43627f4ca236cdab23f1451b9fe6ef74 (diff) | |
download | aports-b4e510b26def15bbea956a0e1b0d8d7771b37ce8.tar.bz2 aports-b4e510b26def15bbea956a0e1b0d8d7771b37ce8.tar.xz |
community/volatility: disable basic check for now
Diffstat (limited to 'community/volatility/APKBUILD')
-rw-r--r-- | community/volatility/APKBUILD | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/community/volatility/APKBUILD b/community/volatility/APKBUILD index 6f804454f0..d5dfa90b96 100644 --- a/community/volatility/APKBUILD +++ b/community/volatility/APKBUILD @@ -18,12 +18,6 @@ build () { python2 setup.py build } -check() { - cd "$builddir" - ./build/scripts-2.7/vol.py --help > /dev/null - -} - package() { cd "$builddir" python2 setup.py install --root "$pkgdir" |