aboutsummaryrefslogtreecommitdiff
path: root/graphics/xzgv/doinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xzgv/doinst.sh')
-rw-r--r--graphics/xzgv/doinst.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xzgv/doinst.sh b/graphics/xzgv/doinst.sh
index 1ebe7d8862..0f65eff427 100644
--- a/graphics/xzgv/doinst.sh
+++ b/graphics/xzgv/doinst.sh
@@ -9,5 +9,5 @@ if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
fi
if [ -x /usr/bin/install-info ]; then
- chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/xzgv.info.gz 2> /dev/null
+ /usr/bin/install-info --info-dir=usr/info usr/info/xzgv.info.gz 2> /dev/null
fi