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

Description: Unnamed repository; edit this file 'description' to name the repository.
Last Change: Thu 5/23/13 13:53

Recent Commits
Time
Signed-Off By
Description
Commit Diff
Thu 5/23/13 13:53
Sebastian Siebert  
SUSE: fix the symlink in... 
Wed 4/10/13 12:59
Anssi Hannula  
Mageia: Adapt for 13.10... 
Wed 4/10/13 12:55
Anssi Hannula  
Mageia: adapt for 12.10... 
Wed 4/10/13 12:55
Anssi Hannula  
Mageia: sync... 
Wed 4/10/13 12:09
Anssi Hannula  
Mageia: Add support for... 
Wed 4/10/13 12:08
Anssi Hannula  
Mageia: sync fglrx.spec... 
 
> --git a/Ubuntu/ChangeLog b/Ubuntu/ChangeLog
index 209c816
..95ae31a 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,+1,@@
+
2008-06-05 Mario Limonciello <mario_limonciello@dell.com>
+        * 
ati-packager.sh:
+        - 
Check for lsb_release and synaptic rather than assuming
+          they are present.
+
 
2008-05-28 Mario Limonciello <mario_limonciello@dell.com>
         * 
ati-packager.sh:
         - Use `
lsto determine supported releases
diff 
--git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index f92ad7c
..cf97e6c 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -33,+33,@@ else
 
fi

 
#Synaptic availablity
-if [ -`which synaptic` ]; then
+if [ -/usr/sbin/synaptic ]; then
     SYNAPTIC
="TRUE"
 
else
     
SYNAPTIC=""
@@ -307,11 +307,14 @@ buildPackage()

 
identify()
 {
-    
lsb=`lsb_release -s -c`
-    
check=$1
-    if [ "${lsb}"${check}]
-    
then
-        exit 0
+    lsb_launcher=`which lsb_release 2>/dev/null`
+    if [ ! -
"$lsb_launcher]; then
+        lsb=`lsb_release -s -c`
+        
check=$1
+        if [ "${lsb}"${check}]
+        
then
+            exit 0
+        fi
     fi
     
exit ${ATI_INSTALLER_ERR_VERS}

<
 
Phoronix.com
Linux Driver Forums
Copyright © 2013 by Phoronix Media