summaryrefslogtreecommitdiff
path: root/www/mplayer-plugin/files/patch-Source_mplayerplug-in.c
blob: 463db10b7ad5ef96ac8dba044f6b20412b657591 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- Source/mplayerplug-in.c.orig	Wed Sep 10 10:34:15 2003
+++ Source/mplayerplug-in.c	Mon Sep 29 00:43:56 2003
@@ -67,7 +67,7 @@
     }
 
     if (config == NULL) {
-	config = fopen("/etc/mplayerplug-in.conf", "r");
+	config = fopen("%%PREFIX%%/etc/mplayerplug-in.conf", "r");
     }
 
     if (config == NULL) {