forked from FemboyOS/fempkg_recipes
pcre2: fix DESTDIR install
This commit is contained in:
@@ -17,7 +17,7 @@ build = [
|
||||
# 64-bit build
|
||||
f"cd {builddir} && ./configure --prefix=/usr --docdir=/usr/share/doc/pcre2-{pkgver} --enable-unicode --enable-jit --enable-pcre2-16 --enable-pcre2-32 --enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-pcre2test-libreadline --disable-static",
|
||||
f"cd {builddir} && make -j$(nproc)",
|
||||
f"cd {builddir} && make install",
|
||||
f"cd {builddir} && make DESTDIR={destdir} install",
|
||||
|
||||
# Clean for 32-bit
|
||||
f"cd {builddir} && make distclean",
|
||||
|
||||
Reference in New Issue
Block a user