|
What this is
Other links
The source code
# post-install.rb
require 'rbconfig'
require 'fileutils'
path_to_man = Config::CONFIG['mandir']
if !path_to_man.nil? then
path_to_man += "/man1/"
FileUtils.copy("absolute2relative.1", path_to_man, :noop => false, :verbose => true)
FileUtils.chmod(0644, path_to_man+"absolute2relative.1")
end
|
Copyright 1998-2008 Alvin Alexander
All Rights Reserved.
devdaily.com is based in louisville, kentucky, and this web site is hosted by godaddy.com