Bug 30886 - Не правильные пути вызова meinproc в скрипте checkXML
Summary: Не правильные пути вызова meinproc в скрипте checkXML
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: kdelibs (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-31 06:39 MSK by ruslandh
Modified: 2015-03-31 06:39 MSK (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ruslandh 2015-03-31 06:39:35 MSK
Написано:
exit `/usr/share/kde//usr/lib/kde3/bin/meinproc --check --stdout $@ > /dev/null`

Надо (как вариант):
exit `/usr/share/kde/bin/meinproc --check --stdout $@ > /dev/null`

А сравнивая, с kde4, должно быть:


#! /bin/sh

prefix=/usr/share/kde
exec_prefix=/usr/share/kde/bin
exit `/usr/share/kde/bin/meinproc --check --stdout $@ > /dev/null`