diff options
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 } |