pkgsrc/audio/liblastfm/patches/patch-aa

14 lines
335 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-aa,v 1.1 2010/09/25 10:16:46 wiz Exp $
ruby-1.9 doesn't have "." in default search path.
--- admin/qpp.orig 2010-09-11 14:16:54.000000000 +0000
+++ admin/qpp
@@ -3,6 +3,7 @@
# RESOURCES under each argument to ARGV as directories
cwd=File.dirname __FILE__
+$:.push(".")
require 'find'
require "#{cwd}/findsrc"