From b4b30a065dd104d890156ce625a44c0bfe9925d2 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 16 Jan 2022 19:06:34 +0000 Subject: fixed syntax errors --- repo/system/pcre.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/system/pcre.xibuild') diff --git a/repo/system/pcre.xibuild b/repo/system/pcre.xibuild index beb1114..ce7d382 100644 --- a/repo/system/pcre.xibuild +++ b/repo/system/pcre.xibuild @@ -14,7 +14,7 @@ build () { package () { make DESTDIR=$PKG_DEST install # this probably is not right but it works for now - ln /usr/lib/libpcre2-8.so $PKG_DEST/usr/lib/libpcre.so.1 + #ln /usr/lib/libpcre2-8.so $PKG_DEST/usr/lib/libpcre.so.1 } -- cgit v1.2.1