mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
gis/foxtrotgps: Fix doinst.sh.
Really stupid error in install-info :-( Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
09124205a3
commit
478fc82c33
1 changed files with 1 additions and 1 deletions
|
@ -13,5 +13,5 @@ if [ -x /usr/bin/update-desktop-database ]; then
|
|||
fi
|
||||
|
||||
if [ -x /usr/bin/install-info ]; then
|
||||
chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/blah.gz 2> /dev/null
|
||||
chroot . /usr/bin/install-info --info-dir=/usr/info /usr/info/foxtrotgps.info.gz 2> /dev/null
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue