Commit b7ed4ecf authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1084 Sed needs to make an inline copy of the file instead of

redirecting the output.

Released under the Affero GNU General Public License (AGPL) version 3.
parent d9212500
...@@ -26,7 +26,7 @@ override_dh_install: ...@@ -26,7 +26,7 @@ override_dh_install:
sed -s "s/ZPUSHVERSION/${DEB_VERSION}/" build/version.php.in > version.php sed -s "s/ZPUSHVERSION/${DEB_VERSION}/" build/version.php.in > version.php
# fix z-push directory in gab2contacts script # fix z-push directory in gab2contacts script
sed -s "s/PATH_TO_ZPUSH', '\.\.\/\.\.\/src\/')/PATH_TO_ZPUSH', '\/usr\/share\/z-push\/')/" tools/gab2contacts/gab2contacts.php > tools/gab2contacts/gab2contacts.php sed -i -s "s/PATH_TO_ZPUSH', '\.\.\/\.\.\/src\/')/PATH_TO_ZPUSH', '\/usr\/share\/z-push\/')/" tools/gab2contacts/gab2contacts.php
mv "config.php" "z-push.conf.php"; mv "config.php" "z-push.conf.php";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment