Linux shell integration: Do not call sed from absolute path.
authorKlaas Freitag <freitag@owncloud.com>
Tue, 9 Feb 2016 11:59:09 +0000 (12:59 +0100)
committerKlaas Freitag <freitag@owncloud.com>
Tue, 9 Feb 2016 12:01:03 +0000 (13:01 +0100)
commitae3b9f112cd2dc8944736abc0edede8b45b8794d
treef1003a30b0693bc4a9b4ea5e0d9cc1cbbbbc1c9e
parent7fd9e751e0b659fd9821ad436253f55229d28de8
Linux shell integration: Do not call sed from absolute path.

sed is in /bin/ rather than in /usr/bin on some systems, which
makes the scripts fail in the build environment. sed should be
in the PATH tough.
shell_integration/nautilus/createnemoplugin.sh
shell_integration/nautilus/setappname.sh