summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlávio Tapajós2023-05-25 14:19:58 -0300
committerFlávio Tapajós2023-05-25 14:19:58 -0300
commit8071a46a34a7a2e0f49f5538a29afc3636f3f517 (patch)
tree7662894e39db48725a0e34c3ea953a29776f3126
parentb82b9cdd16e1e2191b3297feb995c88bab167287 (diff)
downloadaur-8071a46a34a7a2e0f49f5538a29afc3636f3f517.tar.gz
fix: remove files from HOME directory
[Issue by Freed](https://aur.archlinux.org/packages/ccstudio#comment-905319)
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a0dbc2a8300..d536f3a4f77c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ build() {
# CCS_INFO: error message: dlsym(acl_get_fd): /usr/lib32/libfakeroot/libfakeroot.so: undefined symbol: acl_get_fd
# NOTE: ti_cgt_c2000_16.9.3.LTS_linux_installer_x86.bin is executed under fakeroot, this error is simply printed,
# but is not fatal. But, when the whole CCS installer is run under fakeroot is
- ./ccs_setup_${pkgver}.run --mode unattended --prefix $srcdir/$_installpath
+ HOME="$srcdir/fakehome" ./ccs_setup_${pkgver}.run --mode unattended --prefix $srcdir/$_installpath
}