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 ec0133b..9b7eceb 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,6 +1,7 @@
2008-09-18 Mario Limonciello <superm1@ubuntu.com>
* ati-packager.sh:
- Correct typo with space in dry run
+ - When running as root, launch commands with sh -c
2008-08-20 Mario Limonciello <superm1@ubuntu.com>
* dists/intrepid/control:
diff --git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index ea42562..715d48f 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -30,7 +30,7 @@ if [ "$USER" != "root" ]; then
ROOT="/usr/bin/sudo"
fi
else
- ROOT=""
+ ROOT="sh -c"
fi
#Synaptic availablity
<
Copyright © 2010 by Phoronix Media