tazpkg diff modules/pack @ rev 976

misc typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 09 12:03:43 2021 +0000 (2021-11-09)
parents d6cbd0c5f273
children
line diff
     1.1 --- a/modules/pack	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/modules/pack	Tue Nov 09 12:03:43 2021 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4  # Create files.list with redirecting find output.
     1.5  action 'Creating the list of files...'
     1.6  cd fs
     1.7 -find . -type f -print > ../files.list
     1.8 +find . -type f -print >  ../files.list
     1.9  find . -type l -print >> ../files.list
    1.10  cd ..; sed -i s/'^.'/''/ files.list
    1.11  status