[arch-commits] CVS update of extra/system/laptop-mode-tools (PKGBUILD)
Eric Belanger
eric at archlinux.org
Sat Jul 7 22:32:37 UTC 2007
Date: Saturday, July 7, 2007 @ 18:32:37
Author: eric
Path: /home/cvs-extra/extra/system/laptop-mode-tools
Modified: PKGBUILD (1.7 -> 1.8)
upgpkg: laptop-mode-tools 1.34-1
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Index: extra/system/laptop-mode-tools/PKGBUILD
diff -u extra/system/laptop-mode-tools/PKGBUILD:1.7 extra/system/laptop-mode-tools/PKGBUILD:1.8
--- extra/system/laptop-mode-tools/PKGBUILD:1.7 Mon Feb 12 03:56:15 2007
+++ extra/system/laptop-mode-tools/PKGBUILD Sat Jul 7 18:32:37 2007
@@ -1,9 +1,10 @@
+# $Id: PKGBUILD,v 1.8 2007/07/07 22:32:37 eric Exp $
# Maintainer : Aaron, phrakture, Griffin <aaron at archlinux.org>
# Contributor: Christopher "nuopus" Cox <nuopus at gmail.com>
pkgname=laptop-mode-tools
-pkgver=1.32
-pkgrel=2
+pkgver=1.34
+pkgrel=1
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"
@@ -11,8 +12,8 @@
license=('GPL')
source=(http://www.samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_${pkgver}.tar.gz \
laptop-mode)
+md5sums=('c6edc3b2abbc3770d6673f155a40473d' '1fe633621e9950207e4cf7074763e12d')
backup=(etc/laptop-mode/laptop-mode.conf)
-md5sums=('120723749b1a067fa6dec1c767ad2786' '1fe633621e9950207e4cf7074763e12d')
build()
{
@@ -30,4 +31,7 @@
# Bug 5065 : Bad directory permissions
find $startdir/pkg -type d -perm 2755 -exec chmod 755 {} \;
+
+ # Fix binary permissions
+ chmod 700 $startdir/pkg/usr/sbin/*
}
More information about the arch-commits
mailing list