[Debconf-video-commits] r268 - fai-config/files/etc/apt/sources.list

holger at alioth.debian.org holger at alioth.debian.org
Sat Aug 23 16:35:12 UTC 2008


Author: holger
Date: 2008-08-23 16:35:11 +0000 (Sat, 23 Aug 2008)
New Revision: 268

Modified:
   fai-config/files/etc/apt/sources.list/postinst
Log:
fix typo

Modified: fai-config/files/etc/apt/sources.list/postinst
===================================================================
--- fai-config/files/etc/apt/sources.list/postinst	2008-08-23 16:23:18 UTC (rev 267)
+++ fai-config/files/etc/apt/sources.list/postinst	2008-08-23 16:35:11 UTC (rev 268)
@@ -14,7 +14,7 @@
 # either use local mirror or ftp.de.debian.org
 TMPFILE=`mktemp -p /tmp`
 if $( wget -q http://mirror/debian/dists/$DISTRO/Release.gpg -O $TMPFILE && file $TMPFILE | grep PGP > /dev/null ) ; then MIRROR=mirror 
-elif MIRROR=ftp.de.debian.org ; fi
+else MIRROR=ftp.de.debian.org ; fi
 rm $TMPFILE 
 
 # modify copied file




More information about the Debconf-video-commits mailing list