Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=76b40b765622183970840dd3e96073584223b8b4

commit 76b40b765622183970840dd3e96073584223b8b4
Author: James Buren <r...@frugalware.org>
Date:   Tue Nov 22 22:29:52 2011 -0600

frandom-1.1-6-x86_64
* rebuild using new udev conventions

diff --git a/source/base-extra/frandom/FrugalBuild 
b/source/base-extra/frandom/FrugalBuild
index cd0bec7..a3b42e3 100644
--- a/source/base-extra/frandom/FrugalBuild
+++ b/source/base-extra/frandom/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=frandom
pkgver=1.1
-pkgrel=5
+pkgrel=6
pkgdesc="A RNG that is faster than /dev/urandom."
groups=('base-extra')
archs=('i686' 'x86_64')
@@ -18,8 +18,9 @@ build()
Fmake
Ffilerel /lib/modules/$_F_kernelmod_uname/kernel/$pkgname.ko
Fbuild_kernelmod_scriptlet
-       Fexec mknod $Fdestdir/dev/frandom c 235 11
-       Fexec mknod $Fdestdir/dev/erandom c 235 12
-       Fexec chmod 0444 $Fdestdir/dev/frandom
-       Fexec chmod 0444 $Fdestdir/dev/erandom
+       Fmkdir /lib/udev/devices
+       Fexec mknod $Fdestdir/lib/udev/devices/frandom c 235 11
+       Fexec mknod $Fdestdir/lib/udev/devices/erandom c 235 12
+       Fexec chmod 0444 $Fdestdir/lib/udev/devices/frandom
+       Fexec chmod 0444 $Fdestdir/lib/udev/devices/erandom
}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to