summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-26 20:50:56 +0200
committerRobin Gareus <robin@gareus.org>2015-09-26 20:50:56 +0200
commitb951448750e1e5f9023467aea26eb631a19e8363 (patch)
tree585e0f5e7e39b06dda11183efb421cf711f600d2
parent44013380e7253560e3cce93a4303d4fbdba95502 (diff)
..and another packaging typo
-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 8550f4fce0..80025d1f10 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -657,7 +657,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}/;s/%REPLACE_EXE%/${EXENAME}/;s/%REPLACE_GCC5%/${GCC5ABI}" < stage2.run.in > stage2.run
+sed -e "s/%REPLACE_MAJOR_VERSION%/${major_version}/;s/%REPLACE_PGM%/${APPNAME}/;s/%REPLACE_VENDOR%/${VENDOR}/;s/%REPLACE_EXE%/${EXENAME}/;s/%REPLACE_GCC5%/${GCC5ABI}/" < stage2.run.in > stage2.run
chmod a+x stage2.run