diff options
| author | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:36:02 +0300 |
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2021-07-24 01:36:02 +0300 |
| commit | 1e99979be9719703a32ea9a3b2afd2db3c644a85 (patch) | |
| tree | d14ad248352e6830f442883d60d1c9566c71f115 | |
| parent | babf2bd8f81b5042cf8cc0e0ca330cf938451d3a (diff) | |
| download | repository-1e99979be9719703a32ea9a3b2afd2db3c644a85.tar.gz | |
rc: use clsed
| -rwxr-xr-x | extra/rc/build | 2 |
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 |
