]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
libxml cleaned in clean_third_party()
authorElan Ruusamäe <glen@delfi.ee>
Thu, 3 Jan 2013 14:02:35 +0000 (16:02 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 3 Jan 2013 14:02:35 +0000 (16:02 +0200)
clean-source.sh

index 4ee5e2c3a821bc24f546ff2c611dc0d09a49e270..5722db79a4f2980db47a617235c8d31942cf8dfc 100755 (executable)
@@ -549,9 +549,6 @@ almost_strip_dirs \
        win8 \
 | 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 \
@@ -567,7 +564,7 @@ strip_system_dirs \
        third_party/libusb \
        third_party/libvpx \
        third_party/libwebp \
-       third_party/libxml \
+       third_party/libxml_ \
        third_party/libxslt \
        third_party/opus \
        third_party/speex \
@@ -576,9 +573,6 @@ strip_system_dirs \
        v8 \
 | tee -a REMOVED-system_dirs.txt
 
-install -d third_party/libxml
-mv libxml-chromium third_party/libxml/chromium
-
 clean_third_party | tee -a REMOVED-third_party.txt
 
 if [ "${v8:-1}" != "0" ]; then
This page took 0.036777 seconds and 4 git commands to generate.