From f0038a83d88413e14d4d185cf2bd198749672f66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 3 Sep 2022 12:10:07 +0700 Subject: [PATCH] vdrift: doesn't work with --install-sandbox --- srcpkgs/vdrift/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/vdrift/template b/srcpkgs/vdrift/template index cc586376b4e..3fbbce0da07 100644 --- a/srcpkgs/vdrift/template +++ b/srcpkgs/vdrift/template @@ -4,6 +4,7 @@ version=2014.10.20 revision=11 wrksrc="$pkgname" build_style=scons +scons_use_destdir=yes make_build_args="release=1 force_feedback=1 extbullet=1 datadir=share/${pkgname}" make_install_args="$make_build_args" hostmakedepends="gettext pkg-config"