Bug#900578: fonts-stix: wrong function application in preinst

2018-06-03 Thread Hugo Lefeuvre
Hi Ralf, > preinst contains > > if [ pathfind "defoma-font" = 0 ]; then > > this test will always fail, due to the sytax error of the test operator. > This should probably rather be > > if [ $(pathfind "defoma-font") = 0 ]; then Hum, if [ $(pathfind "defoma-font") = 0 ]; then still doesn't

Bug#900578: fonts-stix: wrong function application in preinst

2018-06-01 Thread Ralf Treinen
Package: fonts-stix Version: 1.1.1-4 Severity: important User: trei...@debian.org Usertags: colis-shparser Tags: patch Hi, preinst contains if [ pathfind "defoma-font" = 0 ]; then this test will always fail, due to the sytax error of the test operator. This should probably rather be if [