[arch-commits] CVS update of extra/system/laptop-mode-tools (PKGBUILD)

Eric Belanger eric at archlinux.org
Mon Jul 9 05:21:24 UTC 2007


    Date: Monday, July 9, 2007 @ 01:21:24
  Author: eric
    Path: /home/cvs-extra/extra/system/laptop-mode-tools

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: laptop-mode-tools 1.34-2
fixed file permissions


----------+
 PKGBUILD |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)


Index: extra/system/laptop-mode-tools/PKGBUILD
diff -u extra/system/laptop-mode-tools/PKGBUILD:1.8 extra/system/laptop-mode-tools/PKGBUILD:1.9
--- extra/system/laptop-mode-tools/PKGBUILD:1.8	Sat Jul  7 18:32:37 2007
+++ extra/system/laptop-mode-tools/PKGBUILD	Mon Jul  9 01:21:24 2007
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD,v 1.8 2007/07/07 22:32:37 eric Exp $
+# $Id: PKGBUILD,v 1.9 2007/07/09 05:21:24 eric Exp $
 # Maintainer : Aaron, phrakture, Griffin <aaron at archlinux.org>
 # Contributor: Christopher "nuopus" Cox <nuopus at gmail.com>
 
 pkgname=laptop-mode-tools
 pkgver=1.34
-pkgrel=1
+pkgrel=2
 pkgdesc="Laptop mode is a kernel mode that allows you to extend the battery life of your laptop"
 arch=(i686 x86_64)
 url="http://www.samwel.tk/laptop_mode/tools/index.html"
@@ -33,5 +33,12 @@
   find $startdir/pkg -type d -perm 2755 -exec chmod 755 {} \;
 
   # Fix binary permissions
-  chmod 700 $startdir/pkg/usr/sbin/*
+  chmod 700 $startdir/pkg/usr/sbin/laptop_mode
+  chmod 744 $startdir/pkg/usr/sbin/lm-profiler
+  chmod 755 $startdir/pkg/usr/sbin/lm-syslog-setup
+  chmod 755 $startdir/pkg/usr/lib/laptop-mode-tools/modules/wireless-ipw-power
+  chmod 755 $startdir/pkg/etc/apm/event.d/laptop-mode
+  chmod 755 $startdir/pkg/etc/power/scripts.d/laptop-mode
+  chmod 755 $startdir/pkg/etc/power/event.d/laptop-mode
+  chmod 755 $startdir/pkg/etc/acpi/actions/*
 }




More information about the arch-commits mailing list