fix: built scripts and add 755 permission to scripts

This commit is contained in:
MedzikUser 2022-05-17 22:15:51 +02:00
parent a8bc31368f
commit 3684f3315d
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 2 additions and 1 deletions

View File

@ -56,7 +56,8 @@ built() {
return ${EXIT_CODE}
fi
else
cp -r "${pkgdir}"/* "${BUILD_DIR}/${pkgname}"
mkdir "${BUILD_DIR}/${pkgname}"
cp -r "${pkgdir}"/* "${BUILD_DIR}/${pkgname}/"
fi
cd "${BUILD_DIR}/${pkgname}"

0
scripts/lib/parse-conf.sh Normal file → Executable file
View File