summaryrefslogtreecommitdiffstats
path: root/eeepc-acpi-scripts
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-04-20 22:50:20 +0000
committer Eric Hameleers <alien@slackware.com>2009-04-20 22:50:20 +0000
commit6cf3fa1d06a747d8defd2ec5fc8d038cd50b4212 (patch)
tree8effcff39febdd3cb8b399f3a65c581caab2d86c /eeepc-acpi-scripts
parent3ca7cd00aaeb74a9b0002a5f06e31fcc32713906 (diff)
downloadasb-6cf3fa1d06a747d8defd2ec5fc8d038cd50b4212.tar.gz
asb-6cf3fa1d06a747d8defd2ec5fc8d038cd50b4212.tar.xz
I lost the RCS file with this revision, therefore checking in again
Diffstat (limited to 'eeepc-acpi-scripts')
-rwxr-xr-xeeepc-acpi-scripts/build/eeepc-acpi-scripts.SlackBuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/eeepc-acpi-scripts/build/eeepc-acpi-scripts.SlackBuild b/eeepc-acpi-scripts/build/eeepc-acpi-scripts.SlackBuild
index 10b0d744..aecd70eb 100755
--- a/eeepc-acpi-scripts/build/eeepc-acpi-scripts.SlackBuild
+++ b/eeepc-acpi-scripts/build/eeepc-acpi-scripts.SlackBuild
@@ -31,7 +31,9 @@
# Needs:
# Changelog:
# 1.1.0-1: 20/Apr/2009 by Eric Hameleers <alien@slackware.com>
-# * Initial build.
+# * Initial build. Not everything works, as some debian left-overs
+# need to be corrected still. I had little success with the
+# suspend, perhaps a kernel module needs to be unloaded first.
#
# Run 'sh eeepc-acpi-scripts.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -93,8 +95,14 @@ chmod -R u+w,go+r-w,a-s .
# Install all the needed stuff to the package dir
mkdir -p $PKG/usr/share/${PRGNAM}
cp -a functions.sh $PKG/usr/share/${PRGNAM}/
+
cp -a etc $PKG/
+# With this present, Slackware will not detect sound hardware at all...
+rm -f $PKG/etc/modprobe.d/eeepc.conf
+
cp -a lib $PKG/
+chmod +x $PKG/lib/udev/eeepc-acpi-scripts
+mv $PKG/lib/udev/rules.d/{,60-}eeepc-acpi-scripts.rules
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION