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 95ae31a..0983cc8 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-09 Mario Limonciello <superm1@ubuntu.com>
+ * ati-packager.sh:
+ - Set LC_ALL=C before anything else rather than after printf.
+
2008-06-05 Mario Limonciello <mario_limonciello@dell.com>
* ati-packager.sh:
- Check for lsb_release and synaptic rather than assuming
diff --git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index cf97e6c..e77dde7 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -7,11 +7,6 @@
# Usage
# See README.distro document
-DRV_RELEASE=`./ati-packager-helper.sh --version`
-PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE"`
-DEBEMAIL="`./ati-packager-helper.sh --vendor` <`./ati-packager-helper.sh --url`>"
-REVISION="`./ati-packager-helper.sh --release`"
-
# set locale to sane value
export LANG=C
export LC_ALL=C
@@ -19,6 +14,12 @@ export LC_ALL=C
# set umask to sane value
umask 002
+DRV_RELEASE=`./ati-packager-helper.sh --version`
+PADDED_DRV_RELEASE=`printf '%5.3f' "$DRV_RELEASE"`
+DEBEMAIL="`./ati-packager-helper.sh --vendor` <`./ati-packager-helper.sh --url`>"
+REVISION="`./ati-packager-helper.sh --release`"
+
+
#Root command
if [ "$USER" != "root" ]; then
if [ -x /usr/bin/gksudo ] && [ ! -z "$DISPLAY" ];
Copyright © 2010 by Phoronix Media