Summary
Description: The git repository for the ATI/AMD fglrx packaging scripts.
Last Change: Thu 2/4/10 2:40
Recent Commits
>
--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,7 +26,7 @@ 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,4 +345,4 @@ 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,6 +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_
Copyright © 2010 by Phoronix Media