Update runScript()
This commit is contained in:
parent
b3c23a634a
commit
04fe2c8dd8
|
@ -119,11 +119,9 @@ runScript() {
|
||||||
|
|
||||||
installAurDeps
|
installAurDeps
|
||||||
buildPackage
|
buildPackage
|
||||||
ls -al
|
|
||||||
exportPackageFiles
|
exportPackageFiles
|
||||||
namcapAnalysis
|
namcapAnalysis
|
||||||
|
|
||||||
echo "$relPkgFile --- $pkgFile"
|
|
||||||
newFiles=$(find -H "$PWD" -not -path '*.git*' -not -name "$relPkgFile*" -not -name '.SRCINFO')
|
newFiles=$(find -H "$PWD" -not -path '*.git*' -not -name "$relPkgFile*" -not -name '.SRCINFO')
|
||||||
mapfile -t toRemove < <(printf '%s\n%s\n' "$newFiles" "$oldFiles" | sort | uniq -u)
|
mapfile -t toRemove < <(printf '%s\n%s\n' "$newFiles" "$oldFiles" | sort | uniq -u)
|
||||||
rm -rf "${toRemove[@]}"
|
rm -rf "${toRemove[@]}"
|
||||||
|
|
Loading…
Reference in New Issue