mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
14 lines
523 B
Plaintext
14 lines
523 B
Plaintext
$NetBSD: patch-ad,v 1.2 2008/10/23 04:40:55 schmonz Exp $
|
|
|
|
--- src/lua/freepops.lua.orig 2007-11-12 04:47:03.000000000 -0500
|
|
+++ src/lua/freepops.lua
|
|
@@ -67,7 +67,7 @@ local __loadfile = loadfile
|
|
-- Config file loading.
|
|
local function load_config()
|
|
local conffile = os.getenv("FREEPOPSLUA_CONFFILE")
|
|
- local paths = { "/etc/freepops/", "./", os.getenv("FREEPOPSLUA_PATH") or "./" }
|
|
+ local paths = { "@PKG_SYSCONFDIR@/", "./", os.getenv("FREEPOPSLUA_PATH") or "./" }
|
|
|
|
local try_load =
|
|
function(filename) return
|