Summary
Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40
Recent Commits
>
--git a/Ubuntu/ChangeLog b/Ubuntu/ChangeLog
index 99927b3..13f2032 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-24 Mario Limonciello <mario_limonciello@Dell.com>
+ * ati-packager.sh:
+ - Hide errors from printf if version mangling includes
+ sub-sub versions.
+
2008-06-19 Mario Limonciello <superm1@ubuntu.com>
* dists/intrepid/changelog.in:
- Sync changelog w/ Ubuntu
diff --git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index e77dde7..2f1f9ec 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -15,7 +15,7 @@ export LC_ALL=C
umask 002
DRV_RELEASE=`./ati-packager-helper.sh --version`
-PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE"`
+PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE" 2>/dev/null`
DEBEMAIL="`./ati-packager-helper.sh --vendor` <`./ati-packager-helper.sh --url`>"
REVISION="`./ati-packager-helper.sh --release`"
<
Copyright © 2010 by Phoronix Media