Skip to content

Commit

Permalink
- Fix debian libdir path
Browse files Browse the repository at this point in the history
  • Loading branch information
ploubser committed Feb 14, 2012
1 parent 2415261 commit 7e7464b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debian/debian.rb
Expand Up @@ -2,7 +2,7 @@ module MCPackage
class Debian < Package

def initialize(name, post_install, iteration)
libdir = "usr/libexec/mcollective/mcollective/"
libdir = "usr/share/mcollective/plugins/mcollective"
super(name, libdir, post_install, iteration)
end

Expand Down

0 comments on commit 7e7464b

Please sign in to comment.