summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-07-02 04:43:56 +0200
committerRobin Gareus <robin@gareus.org>2015-07-02 04:44:12 +0200
commit1561c727bca924bfe27149e6230897b3002032cd (patch)
treeefac7b0c178b052c1761da20dc0eeae509e4edf4 /tools
parent331111c0b5b4ffd2b65d2319b75fe97b24b798ca (diff)
now with slashes.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index f4f6dbb319..2c40d4dcaf 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -642,7 +642,7 @@ chmod a+x $APPBIN/${APP_VER_NAME}.uninstall.sh
#
# Add the stage2.run script
#
-sed -e "s/%REPLACE_MAJOR_VERSION%/${major_version}/;s/%REPLACE_PGM%/${APPNAME};s/%REPLACE_VENDOR%/${VENDOR}" < stage2.run.in > stage2.run
+sed -e "s/%REPLACE_MAJOR_VERSION%/${major_version}/;s/%REPLACE_PGM%/${APPNAME}/;s/%REPLACE_VENDOR%/${VENDOR}/" < stage2.run.in > stage2.run
chmod a+x stage2.run