From e84d9a22b62b7c2c1ab9a1d54766652e962a4c60 Mon Sep 17 00:00:00 2001 From: xpamych Date: Thu, 10 Nov 2022 23:45:32 +0300 Subject: [PATCH] fix --- portproton/lure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portproton/lure.sh b/portproton/lure.sh index 8ec5ec2..763de0c 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -13,7 +13,7 @@ deps_arch=('bash' 'icoutils' 'wget' 'bubblewrap' 'zstd' 'cabextract' 'bc' 'tar' deps_debian=('curl' 'zenity' 'cabextract' 'bubblewrap' 'gamemode' 'icoutils' 'tar' 'wget' 'zstd' 'libvulkan1' 'libvulkan1:i386') scripts=( -['preinstall']='preinstall.sh' +['preinstall']='${srcdir}/preinstall.sh' #['postinstall']='postinstall.sh' )