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

Michael Gilbert gilbert-guest at alioth.debian.org
Fri Jun 29 18:09:22 UTC 2012


Author: gilbert-guest
Date: 2012-06-29 18:09:22 +0000 (Fri, 29 Jun 2012)
New Revision: 927

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

Modified: fglrx-driver/trunk/debian/libfglrx.preinst
===================================================================
--- fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-29 18:09:17 UTC (rev 926)
+++ fglrx-driver/trunk/debian/libfglrx.preinst	2012-06-29 18:09:22 UTC (rev 927)
@@ -164,11 +164,11 @@
 {
 	# allow to disable the check via preseeding
 	db_get fglrx-driver/check-for-unsupported-gpu
-	test "$RET" = "true" || return 0
+	test "$RET" = "true" || return
 
 	UNSUPPORTED_DEVICES="$(find_unsupported_gpus)"
 
-	test -n "$UNSUPPORTED_DEVICES" || return 0
+	test -n "$UNSUPPORTED_DEVICES" || return
 
 	UNSUPPORTED="$(for dev in $UNSUPPORTED_DEVICES ; do lspci -nn -s "$dev" ; done)"
 




More information about the Pkg-fglrx-devel mailing list