diff debian/config @ 7096:6746866a94c6

Use the confdir we compiled with (/etc/mplayer/mplayer.conf instead of /etc/mplayer.conf). Spotted by Kiss Gabor <kissg@sztaki.hu>.
author diego
date Tue, 27 Aug 2002 09:57:12 +0000
parents 0737156ad1f0
children a5bef61f49bf
line wrap: on
line diff
--- a/debian/config	Tue Aug 27 08:33:05 2002 +0000
+++ b/debian/config	Tue Aug 27 09:57:12 2002 +0000
@@ -19,7 +19,7 @@
 mainloop(letsgo());
 
 sub checkupgrade {
-  open(MCFG, "</etc/mplayer.conf") || return 1;
+  open(MCFG, "</etc/mplayer/mplayer.conf") || return 1;
   my $line = <MCFG>;
   return 1 if ($line =~ /mplayer DEBCONF AREA/);
   exit(0) if (input($PRIORITY, 'mplayer/replace-existing-files') eq "question skipped");