diff options
author | Greg KH <greg@press.(none)> | 2005-06-21 16:36:29 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-06-21 16:36:29 -0700 |
commit | 972d318a3123b00d0ed6b78bbcf70a0965841a8e (patch) | |
tree | 8322245ad8e488ad3da9575e2d90b219a99880ea /test/simple-build-check.sh | |
parent | ae8d5e161fe916e39f226ce53f2c5f8b31f582a0 (diff) | |
parent | d27d3bb05288fb5e70bc3f3fc7da1dc8ee5413a8 (diff) |
Merge gregkh@ehlo.org:/home/kay/public_html/pub/scm/linux/hotplug/udev-kay
Diffstat (limited to 'test/simple-build-check.sh')
-rwxr-xr-x[-rw-r--r--] | test/simple-build-check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/simple-build-check.sh b/test/simple-build-check.sh index d1e13e69ed..b653185b26 100644..100755 --- a/test/simple-build-check.sh +++ b/test/simple-build-check.sh @@ -1,6 +1,6 @@ #/bin/sh -EXTRAS="extras/chassis_id extras/scsi_id extras/volume_id" +EXTRAS="extras/chassis_id extras/scsi_id extras/volume_id extras/run_directory" [ -z "$KERNEL_DIR" ] && KERNEL_DIR=/lib/modules/`uname -r`/build echo KERNEL_DIR: "$KERNEL_DIR" |