[Groonga-commit] groonga/groonga at 61ac709 [master] package apt: tar.xz may exist

Back to archive index

Kouhei Sutou null+****@clear*****
Fri May 29 12:08:23 JST 2015


Kouhei Sutou	2015-05-29 12:08:23 +0900 (Fri, 29 May 2015)

  New Revision: 61ac70940fe2d9efebaecf8138223c1c2ddeed32
  https://github.com/groonga/groonga/commit/61ac70940fe2d9efebaecf8138223c1c2ddeed32

  Message:
    package apt: tar.xz may exist

  Modified files:
    packages/apt/build-deb.sh

  Modified: packages/apt/build-deb.sh (+1 -1)
===================================================================
--- packages/apt/build-deb.sh    2015-05-29 11:42:43 +0900 (aef0827)
+++ packages/apt/build-deb.sh    2015-05-29 12:08:23 +0900 (26d3978)
@@ -59,4 +59,4 @@ run cd -
 package_initial=$(echo "${PACKAGE}" | sed -e 's/\(.\).*/\1/')
 pool_dir="/vagrant/repositories/${distribution}/pool/${code_name}/${component}/${package_initial}/${PACKAGE}"
 run mkdir -p "${pool_dir}/"
-run cp *.tar.gz *.dsc *.deb "${pool_dir}/"
+run cp *.tar.* *.dsc *.deb "${pool_dir}/"
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index