From f470e409ace1870b1038fffcbee2e4be04f9028e Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Tue, 23 Jul 2024 16:30:34 +0300 Subject: [PATCH] --- mainv3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainv3.sh b/mainv3.sh index 20e4c5f..8c21cb9 100755 --- a/mainv3.sh +++ b/mainv3.sh @@ -15,7 +15,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=0 # Clone Upstream git clone https://github.com/vcrhonek/hwdata -b v"$VERSION" -sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' ./* +find . -type f ! -path '*' -exec sed -i 's#/usr/bin/env\ python#/usr/bin/env\ python3#' {} \; cp -rvf ./debian ./hwdata/ cd ./hwdata