Kouhei Sutou
null+****@clear*****
Wed Aug 15 15:36:05 JST 2012
Kouhei Sutou 2012-08-15 15:36:05 +0900 (Wed, 15 Aug 2012) New Revision: f0f5b072fd3f8c0006fdba154047ca7247a8a875 https://github.com/groonga/gcs/commit/f0f5b072fd3f8c0006fdba154047ca7247a8a875 Log: deb: don't use init on Ubuntu Modified files: packages/apt/build-deb.sh Modified: packages/apt/build-deb.sh (+6 -0) =================================================================== --- packages/apt/build-deb.sh 2012-08-15 15:35:14 +0900 (40dabd0) +++ packages/apt/build-deb.sh 2012-08-15 15:36:05 +0900 (119871d) @@ -87,6 +87,12 @@ if [ -n "${DEB_HOST_MULTIARCH}" ]; then /tmp/${PACKAGE}-debian/*.install fi +case ${distribution} in + Ubuntu) + rm /tmp/${PACKAGE}-debian/*.init + ;; +esac + run aptitude install -V -D -y devscripts ${DEPENDED_PACKAGES} run aptitude clean -------------- next part -------------- HTML����������������������������... Download