pcmciautils: update to 016

This commit is contained in:
Mikhail Kolesnik 2009-12-13 21:36:04 +02:00
parent 6f2c4b970c
commit 52971eda86
4 changed files with 19 additions and 9 deletions

View File

@ -4,11 +4,13 @@ drwxr-xr-x root/root etc/pcmcia/
drwxr-xr-x root/root etc/udev/
drwxr-xr-x root/root etc/udev/rules.d/
-rw-r--r-- root/root etc/udev/rules.d/65-pcmcia.rules
drwxr-xr-x root/root lib/
drwxr-xr-x root/root lib/udev/
-rwxr-xr-x root/root lib/udev/pcmcia-check-broken-cis
-rwxr-xr-x root/root lib/udev/pcmcia-socket-startup
drwxr-xr-x root/root sbin/
lrwxrwxrwx root/root sbin/lspcmcia -> pccardctl
-rwxr-xr-x root/root sbin/pccardctl
-rwxr-xr-x root/root sbin/pcmcia-check-broken-cis
-rwxr-xr-x root/root sbin/pcmcia-socket-startup
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/

View File

@ -1,2 +1,2 @@
9e12435c8b6cf7bf59894e90e480b4aa pcmciautils-015.tar.bz2
7413345a6c8ed6eb4d7b9ccb4be19e00 pcmciautils-makefile.patch
93828a89c22a1d45a46c6dede63632cd pcmciautils-016.tar.bz2
3ba8903bb7151da2331a7c866b2a2129 pcmciautils-makefile.patch

View File

@ -4,7 +4,7 @@
# Depends on: sysfsutils
name=pcmciautils
version=015
version=016
release=1
source=(http://www.kernel.org/pub/linux/utils/kernel/pcmcia/$name-$version.tar.bz2 \
$name-makefile.patch)

View File

@ -1,12 +1,20 @@
diff -Nru pcmciautils-014-orig/Makefile pcmciautils-014/Makefile
--- pcmciautils-014-orig/Makefile 2006-06-01 12:07:52.000000000 +0300
+++ pcmciautils-014/Makefile 2006-06-09 18:14:19.000000000 +0300
--- a/Makefile.orig 2009-11-22 12:11:56.000000000 +0100
+++ b/Makefile 2009-11-22 12:12:53.000000000 +0100
@@ -66,7 +66,7 @@
exec_prefix = ${prefix}
etcdir = ${prefix}/etc
sbindir = ${exec_prefix}/sbin
-mandir = ${prefix}/usr/share/man
+mandir = ${prefix}/usr/man
srcdir = .
udevdir = ${prefix}/lib/udev/
INSTALL = /usr/bin/install -c
@@ -79,7 +79,7 @@
hotplugdir = ${etcdir}/hotplug
# place to put our udev rules to
-udevrulesdir = ${udevdir}/rules.d
+udevrulesdir = ${etcdir}/udev/rules.d
# place to put our udev helper binaries (pcmcia-socket-startup, pcmcia-check-broken-cis) to
udevhelperdir = ${udevdir}