[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.0-beta.1-17-gc445980

Darren Salt linux at youmustbejoking.demon.co.uk
Sat May 30 18:08:02 UTC 2009


The following commit has been merged in the master branch:
commit c445980b6dff73f1a1c729ce7c0490b09a2f2aee
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sat May 30 18:46:17 2009 +0100

    Fix a bashism in debian/rules.

diff --git a/debian/changelog b/debian/changelog
index 963c2e7..8674f02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ eeepc-acpi-scripts (1.1.1) unstable; urgency=low
   * Add "Beep" to the audio control blacklist, but only for volume control.
   * Make sure that, if some controls is unmuted due to volume level change,
     all other relevant controls are unmuted.
+  * Fix a bashism in debian/rules.
 
   [ Raphael Geissert ]
   * Allow fine-grained control over the lid-closing action.
diff --git a/debian/rules b/debian/rules
index 34414fe..2ea66e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,7 @@ install: build
 	install -m 0644 etc/acpi/lib/* $(TMP)/etc/acpi/lib
 	install -m 0644 etc/modprobe.d/* $(TMP)/etc/modprobe.d
 	install -m 0644 lib/udev/rules.d/* $(TMP)/lib/udev/rules.d
-	install -m 0755 lib/udev/[^r]* $(TMP)/lib/udev
+	install -m 0755 lib/udev/[!r]* $(TMP)/lib/udev
 	install -m 0644 functions.sh $(TMP)/usr/share/$(PKG)/
 
 binary-indep: build install

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list