summaryrefslogtreecommitdiff
path: root/repo/system/readline.xibuild
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-16 16:03:29 +0000
committerdavidovski <david@davidovski.xyz>2022-01-16 16:03:29 +0000
commit6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 (patch)
treebcd19e5d5d19536626d70c931cc2b26cadee0f50 /repo/system/readline.xibuild
parent430d276607ead5129cc222f1f139128e9a3f9082 (diff)
changed patch to prepare
Diffstat (limited to 'repo/system/readline.xibuild')
-rw-r--r--repo/system/readline.xibuild2
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
}