tazpkg diff modules/pack @ rev 971

modules/get: fix plain mode and cookmode again
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 20:27:56 2018 +0200 (2018-11-26)
parents d6cbd0c5f273
children
line diff
     1.1 --- a/modules/pack	Mon Oct 05 03:53:47 2015 +0300
     1.2 +++ b/modules/pack	Mon Nov 26 20:27:56 2018 +0200
     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