[Lunar-commits] r23469 - moonbase/trunk/utils/pcmciautils
Moritz Heiber
moe at lunar-linux.org
Sun Mar 4 01:57:25 CET 2007
Author: moe
Date: 2007-03-04 01:57:25 +0100 (Sun, 04 Mar 2007)
New Revision: 23469
Modified:
moonbase/trunk/utils/pcmciautils/BUILD
moonbase/trunk/utils/pcmciautils/DETAILS
Log:
This patch is required to make pcmciautils work with more recent
udev versions. Its been taken directly from their git repository.
I didn't bump the UPDATED field since this really is not an
update.
Modified: moonbase/trunk/utils/pcmciautils/BUILD
===================================================================
--- moonbase/trunk/utils/pcmciautils/BUILD 2007-03-03 23:15:20 UTC (rev 23468)
+++ moonbase/trunk/utils/pcmciautils/BUILD 2007-03-04 00:57:25 UTC (rev 23469)
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 1 &&
+
/usr/bin/make &&
prepare_install &&
make install
Modified: moonbase/trunk/utils/pcmciautils/DETAILS
===================================================================
--- moonbase/trunk/utils/pcmciautils/DETAILS 2007-03-03 23:15:20 UTC (rev 23468)
+++ moonbase/trunk/utils/pcmciautils/DETAILS 2007-03-04 00:57:25 UTC (rev 23469)
@@ -1,8 +1,11 @@
MODULE=pcmciautils
VERSION=014
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=$MODULE-$VERSION-udev.patch
SOURCE_URL=http://kernel.org/pub/linux/utils/kernel/pcmcia/
+ SOURCE2_URL=$PATCH_URL/
SOURCE_VFY=sha1:24122b196ab9199e259ba35ffe243d9b2820446a
+ SOURCE2_VFY=sha1:6fbc263fbfcb6553f6b135f87ee09fee916b9809
WEB_SITE=http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
ENTERED=20070212
UPDATED=20070212
More information about the Lunar-commits
mailing list