diff options
author | davidovski <david@davidovski.xyz> | 2022-01-16 20:47:00 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-16 20:47:00 +0000 |
commit | b3d0837e3a73f4ccfd2217cfe0c40cbeb05ffa23 (patch) | |
tree | 3a21f983f5b1f5b276822d3998bc150edf26deac /repo/system/nspr.xibuild | |
parent | b4b30a065dd104d890156ce625a44c0bfe9925d2 (diff) |
fixed nspr having missing package stage
Diffstat (limited to 'repo/system/nspr.xibuild')
-rw-r--r-- | repo/system/nspr.xibuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/repo/system/nspr.xibuild b/repo/system/nspr.xibuild index 52b1f5f..5e9afc3 100644 --- a/repo/system/nspr.xibuild +++ b/repo/system/nspr.xibuild @@ -7,11 +7,6 @@ PKG_VER=4.33 SOURCE=https://archive.mozilla.org/pub/nspr/releases/v$PKG_VER/src/nspr-$PKG_VER.tar.gz DESC="Netscape Portable Runtime" -prepare () { - #sed -ri '/^RELEASE/s/^/#/' pr/src/misc/Makefile.in - #sed -i 's#$(LIBRARY) ##' config/rules.mk -} - build () { cd nspr ./configure \ |