1
0
mirror of synced 2026-04-30 05:45:08 +00:00

Switch from /usr/lib/xen-tools/ to /usr/share/xen-tools/ to properly adhere FHS

This commit is contained in:
Axel Beckert
2013-04-05 20:03:09 +02:00
parent b29117be02
commit 555ce383d3
61 changed files with 178 additions and 171 deletions

View File

@@ -65,8 +65,8 @@ _xen_create_image()
# Available distributions, by which we mean distributions which
# we have hook scripts available.
#
for i in `/bin/ls -1 /usr/lib/xen-tools/ ` ; do
if [ -d /usr/lib/xen-tools/${i} ]; then
for i in `/bin/ls -1 /usr/share/xen-tools/ ` ; do
if [ -d /usr/share/xen-tools/${i} ]; then
dists="${dists} ${i/.d/}"
fi
done