security/nss/lib/zlib/patches/prune-zlib.sh

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/zlib/patches/prune-zlib.sh	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,34 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +files_to_remove="
     1.9 +CMakeLists.txt
    1.10 +ChangeLog
    1.11 +FAQ
    1.12 +INDEX
    1.13 +Makefile
    1.14 +Makefile.in
    1.15 +amiga
    1.16 +configure
    1.17 +contrib
    1.18 +doc
    1.19 +examples
    1.20 +make_vms.com
    1.21 +msdos
    1.22 +nintendods
    1.23 +old
    1.24 +qnx
    1.25 +treebuild.xml
    1.26 +watcom
    1.27 +win32
    1.28 +zconf.h.cmakein
    1.29 +zconf.h.in
    1.30 +zlib.3
    1.31 +zlib.3.pdf
    1.32 +zlib.map
    1.33 +zlib.pc.in
    1.34 +zlib2ansi
    1.35 +"
    1.36 +
    1.37 +rm -rf $files_to_remove

mercurial