wok-current diff nss/receipt @ rev 9700
Replaced all ../stuff with $stuff.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun May 08 09:01:58 2011 +0000 (2011-05-08) |
parents | e7e61bddeb21 |
children | da2a09ed23b3 |
line diff
1.1 --- a/nss/receipt Sun Feb 06 20:36:27 2011 +0000 1.2 +++ b/nss/receipt Sun May 08 09:01:58 2011 +0000 1.3 @@ -16,13 +16,13 @@ 1.4 { 1.5 cd $src 1.6 # Adds the SPI Inc. and CAcert.org CA certificates - patch from Debian 1.7 - patch -Np1 -i ../stuff/add_spi+cacert_ca_certs.patch 1.8 + patch -Np1 -i $stuff/add_spi+cacert_ca_certs.patch 1.9 # Adds transitional SSL renegotiate support - patch from Debian 1.10 - patch -Np1 -i ../stuff/ssl-renegotiate-transitional.patch 1.11 + patch -Np1 -i $stuff/ssl-renegotiate-transitional.patch 1.12 # Builds against system sqlite - patch from Fedora 1.13 - patch -Np0 -i ../stuff/nss-nolocalsql.patch 1.14 + patch -Np0 -i $stuff/nss-nolocalsql.patch 1.15 # Removes rpath 1.16 - patch -Np0 -i ../stuff/nss-no-rpath.patch 1.17 + patch -Np0 -i $stuff/nss-no-rpath.patch 1.18 1.19 cd $src/mozilla/security/nss/lib/ckfw/builtins 1.20 make generate 1.21 @@ -49,7 +49,7 @@ 1.22 NSS_VMINOR=`grep "#define.*NSS_VMINOR" mozilla/security/nss/lib/nss/nss.h | awk '{print $3}'` 1.23 NSS_VPATCH=`grep "#define.*NSS_VPATCH" mozilla/security/nss/lib/nss/nss.h | awk '{print $3}'` 1.24 1.25 - sed ../stuff/nss.pc.in -e "s,%libdir%,/usr/lib,g" \ 1.26 + sed $stuff/nss.pc.in -e "s,%libdir%,/usr/lib,g" \ 1.27 -e "s,%prefix%,/usr,g" \ 1.28 -e "s,%exec_prefix%,/usr/bin,g" \ 1.29 -e "s,%includedir%,/usr/include/nss,g" \ 1.30 @@ -57,7 +57,7 @@ 1.31 -e "s,%NSS_VERSION%,${VERSION},g" \ 1.32 > $PWD/_pkg/usr/lib/pkgconfig/nss.pc || return 1 1.33 1.34 - sed ../stuff/nss-config.in -e "s,@libdir@,/usr/lib,g" \ 1.35 + sed $stuff/nss-config.in -e "s,@libdir@,/usr/lib,g" \ 1.36 -e "s,@prefix@,/usr/bin,g" \ 1.37 -e "s,@exec_prefix@,/usr/bin,g" \ 1.38 -e "s,@includedir@,/usr/include/nss,g" \