chiark / gitweb /
Makefile: remove all the duplicated rules
[elogind.git] / test / test.block
old mode 100644 (file)
new mode 100755 (executable)
index b806a42..294c47c
@@ -11,7 +11,7 @@ if [ $# = "0" ] ; then
 fi
 
 SYSFSDIR=/sys          # change this for a nonstand sysfs mount point
-BIN=./udev             # location of your udev binary
+BIN=../udev            # location of your udev binary
 export ACTION=$1       # 'add' or 'remove'
 
 for i in ${SYSFSDIR}/block/*; do