summaryrefslogtreecommitdiffstats
path: root/system/xen/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'system/xen/doinst.sh')
-rw-r--r--system/xen/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/xen/doinst.sh b/system/xen/doinst.sh
index 98f701f9c7..51c573cb0c 100644
--- a/system/xen/doinst.sh
+++ b/system/xen/doinst.sh
@@ -28,6 +28,6 @@ find etc/rc.d -type f -name 'rc.xen*.new' \
find etc/default -type f -name 'xen*.new' \
| while read new ; do config $new ; done
-find etc/xen etc/qemu -type f -name '*.new' \
+find etc/xen -type f -name '*.new' \
| while read new ; do config $new ; done