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

Andreas Beckmann anbe-guest at alioth.debian.org
Sat Jun 30 18:29:50 UTC 2012


Author: anbe-guest
Date: 2012-06-30 18:29:50 +0000 (Sat, 30 Jun 2012)
New Revision: 939

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

Modified: fglrx-driver/trunk/debian/libfglrx.preinst
===================================================================
--- fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-30 18:28:46 UTC (rev 938)
+++ fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-30 18:29:50 UTC (rev 939)
@@ -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