1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-29 04:01:33 +02:00
fpm/templates
Aleix Conchillo Flaque 9ab3387905 fix issues when packaging links in dir package and rpm template
* lib/fpm/package/dir.rb: File.directory? returns true if source is a
  link to a directory. This is not the desired behavior, a link should
  be kept as a link, whether it is a link for a file or a directory.

* templates/rpm.erb: check whether we are copying a link, if so, only
  copy the link not a new file.

  For the same reason as lib/fpm/package/dir.rb, links to directories
  were rejected. So, do not reject links to directories.
2012-03-20 18:49:22 -07:00
..
puppet - some code cleanup 2011-06-20 23:00:18 -07:00
deb.erb - Add installed-size 2012-03-08 13:30:59 -08:00
rpm.erb fix issues when packaging links in dir package and rpm template 2012-03-20 18:49:22 -07:00
solaris.erb enable setting BASEDIR for Solaris packages, via --prefix 2011-12-09 11:57:41 -08:00