aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-24 01:36:02 +0300
committerCem Keylan <cem@ckyln.com>2021-07-24 01:36:02 +0300
commit1e99979be9719703a32ea9a3b2afd2db3c644a85 (patch)
treed14ad248352e6830f442883d60d1c9566c71f115
parentbabf2bd8f81b5042cf8cc0e0ca330cf938451d3a (diff)
downloadrepository-1e99979be9719703a32ea9a3b2afd2db3c644a85.tar.gz
rc: use clsed
-rwxr-xr-xextra/rc/build2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/rc/build b/extra/rc/build
index 40688ce6..c3ecedbb 100755
--- a/extra/rc/build
+++ b/extra/rc/build
@@ -5,7 +5,7 @@ for patch in *.patch; do
done
# Change the location of rcmain to the /etc directory.
-sed -i 's|/lib/rcmain|/etc/rcmain|;s|PREFIX||' unix.c
+clsed 's|/lib/rcmain|/etc/rcmain|;s|PREFIX||' unix.c
# If readline is available, build with it.
if cpt-list readline >/dev/null 2>&1; then