]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
libxml can be cleaned in chromium subdir is kept
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Jan 2013 00:41:37 +0000 (02:41 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Jan 2013 00:41:37 +0000 (02:41 +0200)
chromium-browser.spec
clean-source.sh

index ca29c404e08bc30999bad0657e01dbdaff1210c8..2e82028941e4c6f8466eb6ffdf03e4f36c491b3b 100644 (file)
@@ -290,7 +290,7 @@ cat > chrome/test/data/nacl/nacl_test_data.gyp <<-EOF
 }
 EOF
 
-sh -x clean-source.sh %{!?with_system_v8:v8=0} %{!?with_nacl:nacl=0} libxml=0 %{!?with_system_zlib:zlib=0}
+sh -x clean-source.sh %{!?with_system_v8:v8=0} %{!?with_nacl:nacl=0} %{!?with_system_zlib:zlib=0}
 
 rm -rf native_client/toolchain/linux_x86_newlib
 
index 0937baa88c5861ef5375766e3f6313c92733e1d7..1a88ef7b928c80185ffe5cc49ea46e6dc884511d 100755 (executable)
@@ -452,6 +452,9 @@ almost_strip_dirs \
        third_party/gles2_book \
 | tee -a REMOVED-stripped.txt
 
+# move around to keep third_party/libxml/chromium
+mv third_party/libxml/chromium libxml-chromium
+
 strip_system_dirs \
        native_client/src/third_party_mod/jsoncpp \
        third_party/bzip2 \
@@ -475,6 +478,9 @@ strip_system_dirs \
        v8 \
 | tee -a REMOVED-stripped.txt
 
+install -d third_party/libxml
+mv libxml-chromium third_party/libxml/chromium
+
 gyp_clean \
        third_party/yasm \
 
This page took 0.034975 seconds and 4 git commands to generate.