Date: Sunday, July 12, 2015 @ 23:14:48 Author: thestinger Revision: 136743
upgpkg: playpen 1:11-1 Modified: playpen/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-07-12 20:56:09 UTC (rev 136742) +++ PKGBUILD 2015-07-12 21:14:48 UTC (rev 136743) @@ -1,7 +1,7 @@ # $Id$ # Maintainer: Daniel Micay <[email protected]> pkgname=playpen -pkgver=10 +pkgver=11 pkgrel=1 epoch=1 pkgdesc='A secure application sandbox using namespaces, cgroups and seccomp' @@ -14,8 +14,7 @@ md5sums=('SKIP') build() { - cd $pkgname - CC=cc make + make -C $pkgname } package() {
