From 7d2d407b3b900a82d3e9904d34f670d56a67b36c Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 3 Dec 2022 14:53:35 +0300 Subject: [PATCH] fix scripts --- portproton/lure.sh | 2 +- portproton/{preinstall.sh => preinstall} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename portproton/{preinstall.sh => preinstall} (100%) diff --git a/portproton/lure.sh b/portproton/lure.sh index 2074478..75b790c 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -24,7 +24,7 @@ checksums=( ) scripts=( -['preinstall']="${repodir}/preinstall.sh" +['preinstall']='preinstall.sh' ) prepare() { diff --git a/portproton/preinstall.sh b/portproton/preinstall similarity index 100% rename from portproton/preinstall.sh rename to portproton/preinstall