summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakob L. Kreuze2020-07-16 19:04:08 -0400
committerJakob L. Kreuze2020-07-16 19:04:08 -0400
commit2819f76501ccf1e156537507e3468c87c6e085bd (patch)
tree81f2e697366789a3671b844497388b2f2e105c33
parentca54b9b8515778226f0e3636eac06f47bf11fc89 (diff)
downloadaur-2819f76501ccf1e156537507e3468c87c6e085bd.tar.gz
Fix PINCE.sh patch, as per timschumi's report.
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a02f8770f267..2734aa24bd96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -35,6 +35,7 @@ package() {
sed -i 's/import misc/from \. import misc/g' libPINCE/libscanmem/scanmem.py
sed -i 's/\.\/gdb_pince\/gdb.*\/bin\/gdb/\/usr\/bin\/gdb/g' libPINCE/type_defs.py
sed -i 's/\ssudo python3 PINCE.py/cd \/usr\/share\/PINCE \&\& sudo python3 PINCE.py/' PINCE.sh
+ sed -i 's/\ssudo -E python3 PINCE.py/cd \/usr\/share\/PINCE \&\& sudo -E python3 PINCE.py/' PINCE.sh
sed -i 's/OS=.*/OS="Arch"/' PINCE.sh
install -d "$pkgdir/usr/bin"