projects / fglrx-packaging.git / commitdiff
Build Results
 
Summary

Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Thu 2/4/10 2:39
Mario Limonciello  
Convert to alternatives... 
Thu 2/4/10 1:55
Mario Limonciello  
Drop old kdelnk file... 
Thu 2/4/10 0:49
Mario Limonciello  
Drop arch stuff for fglrx... 
Wed 2/3/10 1:56
Mario Limonciello  
Migrate over to dh7. No... 
Wed 2/3/10 1:22
Mario Limonciello  
Bump standard version for... 
Sat 1/30/10 16:05
Anssi Hannula  
Mandriva: adapt for... 
 
> --git a/Ubuntu/ChangeLog b/Ubuntu/ChangeLog
index 95ae31a
..0983cc8 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,+1,@@
+
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,@@
 
# 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,+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 [ -/usr/bin/gksudo ] && [ ! -"$DISPLAY" ]; 
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media