Navigation Menu

Skip to content

Commit

Permalink
deb: don't use init on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 15, 2012
1 parent 47fe16d commit f0f5b07
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/apt/build-deb.sh
Expand Up @@ -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

Expand Down

0 comments on commit f0f5b07

Please sign in to comment.