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/Slackware/ati-packager.sh b/Slackware/ati-packager.sh
index b78eec9
..b30a1f4 100755
--- a/Slackware/ati-packager.sh
+++ b/Slackware/ati-packager.sh
@@ -26,+26,@@ function _init_env
 
{
     [ $(
id -u) -gt 0 ] && echo ${MESSAGE[6]} && exit 1;

-    
BUILD_VER=1.3.0;
+    
BUILD_VER=1.3.1;

     
# ROOT_DIR = directory attuale
     
ROOT_DIR=$PWD;
@@ -
345,+345,@@ case $1 in
     
echo "${1}: unsupported option passed by ati-installer.sh";
     exit 
1;
     ;;
-
esac
 No newline at end of file
+esac
diff 
--git a/Slackware/make_x.sh b/Slackware/make_x.sh
index 3e34ab2
..0eaa5f2 100644
--- a/Slackware/make_x.sh
+++ b/Slackware/make_x.sh
@@ -122,+122,16 @@ function _make_x
     fi

     
# 7)
+    # - Sposto, se esiste, la directory usr/share/man in usr.
+    # - Comprimo le pagine di manuale, se esistono
+    if [ -d usr/share/man ]; then
+      mv usr/share/man usr;
+      for 
file in usr/man/*/*; do
+        gzip $file;
+      done
+    fi
+
+    # 8)
     # MAKE PACKAGE
     local X_PACK_NAME=${X_PACK_PARTIAL_NAME/fglrx-/fglrx-${X_
 
Phoronix.com
Linux Driver Forums
Copyright © 2010 by Phoronix Media