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 9b7eceb
..c4e28d6 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -2,+2,@@
         * 
ati-packager.sh:
         - 
Correct typo with space in dry run
         
When running as rootlaunch commands with sh -c
+        - Wrap commands launched as root in ""

 
2008-08-20 Mario Limonciello <superm1@ubuntu.com>
         * 
dists/intrepid/control:
diff --git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index 715d48f
..2b7350b 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -71,+71,@@ EOF
                 $ROOT 
"sh -c '/usr/sbin/synaptic --set-selections --non-interactive --hide-main-window < $TEMPFILE'"
                 
rm $TEMPFILE -f
             
else
-                
$ROOT apt-get -y install dpkg-dev
+                $ROOT "apt-get -y install dpkg-dev"
             
fi
             
#do a check again in case we have failed here
             
if [ ! -/usr/bin/dpkg-checkbuilddeps ]; then
@@ -97,+97,@@ EOF
                 $ROOT 
"sh -c '/usr/sbin/synaptic --set-selections --non-interactive --hide-main-window < $TEMPFILE'"
                 
rm $TEMPFILE -f
             
else
-                
$ROOT apt-get -y install $missing_dependencies
+                $ROOT "apt-get -y install $missing_dependencies"
             
fi
             
#do a check again, abort if we still have some not installed
             
missing_dependencies=$(dpkg-checkbuilddeps packages/Ubuntu/dists/$release/control 2>&awk -F'{ print $3 }' sed 's/([^)]*)//g' sed 's/|\s[^\s]*//g')
@@ -
145,+145,@@ EOF
                 $ROOT 
"sh -c '/usr/sbin/synaptic --set-selections --non-interactive --hide-main-window < $TEMPFILE'"
                 
rm $TEMPFILE -f
             
else
-                
$ROOT apt-get -y install dkms
+                $ROOT "apt-get -y install dkms"
             
fi
         
else
             echo 
"We would have installed DKMS here"
<
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media