diff options
Diffstat (limited to 'community/virtualbox')
-rw-r--r-- | community/virtualbox/PKGBUILD | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD index 037684be..90c29c6d 100644 --- a/community/virtualbox/PKGBUILD +++ b/community/virtualbox/PKGBUILD @@ -20,24 +20,9 @@ eval "$( \@\n\s*kmk @ d } s|kmk|kmk -j 1| - ' | \ - sed ' - \@^\s*\./configure @ { - s@--disable-\S\+@@g - s@--enable-\S\+@@g - s@configure @\0--only-additions --disable-kmods @ - } - '; + ' )" -pkgname=( - $( - printf '%s\n' "${pkgname[@]}" \ - | grep '^virtualbox-guest-' \ - | grep -v -- '-nox$' - ) -) - # let's not use too much memory, gcc tmpfiles can in this # case also be put on a real /tmp (instead of tmpfs) to reduce # preasure on the RAM |