pythondeps.sh and python not found...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Look at the build.log from gettext for example
(http://koji.fedoraproject.org/koji/getfile?taskID=84453&name=build.log):

/usr/lib/rpm/pythondeps.sh: line 8: python: command not found

Better do

which python >/dev/null 2>&1
if [ $? == 1 ]; then exit 0; fi

before calling python.

Yes, it's cosmetic....

-of


[Index of Archives]     [Fedora Development]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]

  Powered by Linux