Skip to content

Commit

Permalink
gnupg2: run mkpath on var+'run'
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <[email protected]>
  • Loading branch information
jacknagel committed Oct 9, 2011
1 parent 2148855 commit f8234d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnupg2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def options
end

def install
(var+'run').mkpath
inreplace 'common/homedir.c', '/var/run', '#{var}/run'

system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking"
Expand Down

0 comments on commit f8234d9

Please sign in to comment.