Project

General

Profile

unexist.dev

Assorted tidbits and projects

subtle_destdir_support.patch

Vincent Batts, 03/11/2011 08:42 PM

View differences:

subtle/subtle-0.9.2573-lambda/Rakefile
20 20
#
21 21
# Options / defines {{{
22 22
@options = {
23
  "destdir"    => "",
23
  "destdir"    => ENV['DESTDIR'] || "",
24 24
  "prefix"     => "/usr",
25 25
  "manprefix"  => "$(prefix)/share/man",
26 26
  "bindir"     => "$(destdir)/$(prefix)/bin",