blob: 3d13fd34af8daba8056429543273f4f120dd2157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ab,v 1.1.1.1 2004/01/26 12:12:06 jmmv Exp $
--- src/main.c.orig 2003-06-12 17:32:13.000000000 +0200
+++ src/main.c
@@ -359,7 +359,7 @@ Configura ()
if (!strlen (fichero_opts))
{
- sprintf (fichero_opts, "/etc/gmencoder_opts", home);
+ sprintf (fichero_opts, PKG_SYSCONFDIR "/gmencoder_opts", home);
if (-1 != (fd = open (fichero_opts, O_RDONLY)))
{
close (fd);
|