diff options
author | tnut <tnut at nutyx dot com> | 2011-06-13 15:57:14 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-06-13 15:57:14 +0200 |
commit | 2135f7e207369b641c2bcb3c60b9b99cee283567 (patch) | |
tree | 1c566dc383b34911fcab48553b9707b8d6c6f2ed /base/udev/Pkgfile | |
parent | 879a061bcfdafaf8c9136d03d764c0e9442e8755 (diff) | |
download | nutyx-extra-2135f7e207369b641c2bcb3c60b9b99cee283567.tar.gz nutyx-extra-2135f7e207369b641c2bcb3c60b9b99cee283567.tar.bz2 nutyx-extra-2135f7e207369b641c2bcb3c60b9b99cee283567.tar.xz nutyx-extra-2135f7e207369b641c2bcb3c60b9b99cee283567.zip |
udev, petite correction
Diffstat (limited to 'base/udev/Pkgfile')
-rw-r--r-- | base/udev/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/udev/Pkgfile b/base/udev/Pkgfile index a7d189b75..101eed437 100644 --- a/base/udev/Pkgfile +++ b/base/udev/Pkgfile @@ -10,7 +10,7 @@ version=171 release=1 _lfs_release=20100128 source=(ftp://ftp.kernel.org/pub/linux/utils/kernel/hotplug/$name-$version.tar.bz2 \ -http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${_lfs_release}.tar.bz2 \ +http://www.linuxfromscratch.org/lfs/downloads/development/udev-config-${_lfs_release}.tar.bz2) build() { if ( pkginfo -i|grep "^glib " > /dev/null) then EXTRA="--with-pci-ids-path=/usr/share/pci.ids.gz" |