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 1be35ce..ec0133b 100755
--- a/Ubuntu/ChangeLog
+++ b/Ubuntu/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-18 Mario Limonciello <superm1@ubuntu.com>
+ * ati-packager.sh:
+ - Correct typo with space in dry run
+
2008-08-20 Mario Limonciello <superm1@ubuntu.com>
* dists/intrepid/control:
- Conflict with pentium-builder
diff --git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index 2f1f9ec..ea42562 100755
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -136,7 +136,7 @@ installPrep()
{
#check for dkms
if [ ! -x /usr/sbin/dkms ]; then
- if [ "$2" != "--dryrun"]; then
+ if [ "$2" != "--dryrun" ]; then
if [ ! -z "$SYNAPTIC" ] && [ ! -z "$DISPLAY" ]; then
TEMPFILE=`/bin/tempfile`
cat > $TEMPFILE <<
Copyright © 2010 by Phoronix Media