diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 16:03:29 +0000 |
commit | 6fc3b9dc3e84abb1371424efbc8b01ccd41e27f6 (patch) | |
tree | bcd19e5d5d19536626d70c931cc2b26cadee0f50 /repo/system/libpsl.xibuild | |
parent | 430d276607ead5129cc222f1f139128e9a3f9082 (diff) |
changed patch to prepare
Diffstat (limited to 'repo/system/libpsl.xibuild')
-rw-r--r-- | repo/system/libpsl.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/libpsl.xibuild b/repo/system/libpsl.xibuild index 78ac850..9cddf64 100644 --- a/repo/system/libpsl.xibuild +++ b/repo/system/libpsl.xibuild @@ -6,7 +6,7 @@ PKG_VER=0.21.1 SOURCE=https://github.com/rockdaboot/libpsl/releases/download/$PKG_VER/libpsl-$PKG_VER.tar.gz DESC="C library to handle the Public Suffix List" -patch () { +prepare () { sed -i 's/env python/&3/' src/psl-make-dafsa } |