Files
pkgsrc-ng/security/py-denyhosts/patches/patch-ab
2013-09-26 17:14:40 +02:00

14 lines
329 B
Plaintext

$NetBSD: patch-ab,v 1.1.1.1 2007/08/02 17:27:30 he Exp $
--- setup.py.orig 2006-04-05 01:53:02.000000000 +0200
+++ setup.py
@@ -8,7 +8,7 @@ import sys
from glob import glob
-libpath = "/usr/share/denyhosts"
+libpath = "@PREFIX@/share/denyhosts"
scriptspath = "%s/scripts" % libpath
pluginspath = "%s/plugins" % libpath