compare folders

This commit is contained in:
Erik Dubois 2021-02-09 09:21:49 +01:00
parent 1041043fb8
commit 8e8af73635
2 changed files with 6 additions and 6 deletions

View file

@ -183,7 +183,7 @@ Both packages are on the AUR. Keys and mirrors.
# Tip
Sometime a "proc" folder stays mounted.
Sometimes a "proc" folder stays mounted.
Unmount it with this

View file

@ -280,11 +280,11 @@ echo
# echo "Building md5sum"
# echo "########################"
# md5sum $isoLabel | tee $isoLabel.md5
# echo
# echo "Moving pkglist.x86_64.txt"
# echo "########################"
# cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt"
#
echo
echo "Moving pkglist.x86_64.txt"
echo "########################"
cp $buildFolder/iso/arch/pkglist.x86_64.txt $outFolder/$isoLabel".pkglist.txt"
echo
echo "##################################################################"