diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 19:06:34 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 19:06:34 +0000 |
commit | b4b30a065dd104d890156ce625a44c0bfe9925d2 (patch) | |
tree | b623fac7c7f02194484fb2d103a738af3e48f908 /repo/system/pcre.xibuild | |
parent | d0978a69ba38aae036d1e8409c680bd37c87918f (diff) |
fixed syntax errors
Diffstat (limited to 'repo/system/pcre.xibuild')
-rw-r--r-- | repo/system/pcre.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |