Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Artifact [2d8c19fb7b]

Artifact 2d8c19fb7b50011c7a31e2de50fd0c8bfd2e221b:

  • File lib/fpm/namespace.rb — part of check-in [903a330c9e] at 2011-01-06 02:32:45 on branch trunk — constants for local directory names Things get weird when you're Dir.chdir-ing (user: jjmadkisson@gmail.com size: 177) [more...]

module FPM
  DIRS = {
    :templates => File.expand_path(
      File.join(
        File.dirname(__FILE__),
        '..',
        '..',
        'templates'
      )
    )
  }
end