diff options
Diffstat (limited to 'homebrew/osspuuid/.make.sh-auto')
-rw-r--r-- | homebrew/osspuuid/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/osspuuid/.make.sh-auto b/homebrew/osspuuid/.make.sh-auto new file mode 100644 index 000000000..a1bfd3177 --- /dev/null +++ b/homebrew/osspuuid/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +inreplace "uuid.pc.in" do |s| +s.gsub! /^(exec_prefix)=\$\{prefix\}$/, '\1=@\1@' +s.gsub! %r{^(includedir)=\$\{prefix\}/include$}, '\1=@\1@' +s.gsub! %r{^(libdir)=\$\{exec_prefix\}/lib$}, '\1=@\1@' |