[Pkg-fglrx-devel] r919 - fglrx-driver/trunk/debian

Andreas Beckmann anbe-guest at alioth.debian.org
Sat Jun 16 14:26:56 UTC 2012


Author: anbe-guest
Date: 2012-06-16 14:26:55 +0000 (Sat, 16 Jun 2012)
New Revision: 919

Modified:
   fglrx-driver/trunk/debian/libfglrx.preinst
Log:
fix transient failures

Modified: fglrx-driver/trunk/debian/libfglrx.preinst
===================================================================
--- fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-16 12:42:43 UTC (rev 918)
+++ fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-16 14:26:55 UTC (rev 919)
@@ -164,11 +164,11 @@
 {
 	# allow to disable the check via preseeding
 	db_get fglrx-driver/check-for-unsupported-gpu
-	test "$RET" = "true" || return
+	test "$RET" = "true" || return 0
 
 	UNSUPPORTED_DEVICES="$(find_unsupported_gpus)"
 
-	test -n "$UNSUPPORTED_DEVICES" || return
+	test -n "$UNSUPPORTED_DEVICES" || return 0
 
 	UNSUPPORTED="$(for dev in $UNSUPPORTED_DEVICES ; do lspci -nn -s "$dev" ; done)"
 




More information about the Pkg-fglrx-devel mailing list