diff options
Diffstat (limited to 'repo/system/readline.xibuild')
-rw-r--r-- | repo/system/readline.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/readline.xibuild b/repo/system/readline.xibuild index db34667..a1e1521 100644 --- a/repo/system/readline.xibuild +++ b/repo/system/readline.xibuild @@ -8,7 +8,7 @@ SOURCE=https://ftp.gnu.org/gnu/readline/readline-$PKG_VER.tar.gz DESC="a set of libraries that offer command line editing and history capabilities" -patch () { +prepare () { sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install } |