tazpkg diff modules/pack @ rev 963

modules/install: prefex "exact" packages over than "provided" packages.
In other words when requested "linux-agp": prefer "linux-agp" (if it exists) over the "linux-libre-agp".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Feb 26 00:54:19 2018 +0200 (2018-02-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 Feb 26 00:54:19 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