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/nspr.xibuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'repo/system/nspr.xibuild') diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild index 2f51f2b..52b1f5f 100644 --- a/repo/system/nspr.xibuild +++ b/repo/system/nspr.xibuild @@ -8,8 +8,8 @@ SOURCE=https://archive.mozilla.org/pub/nspr/releases/v$PKG_VER/src/nspr-$PKG_VER DESC="Netscape Portable Runtime" prepare () { - sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in - sed -i 's#$(LIBRARY) ##' config/rules.mk + #sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in + #sed -i 's#$(LIBRARY) ##' config/rules.mk } build () { -- cgit v1.2.1