From 19356b65bd441232aa0308e173c2b43092636574 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 21 Aug 2016 18:34:36 +0200 Subject: [PATCH] Fixed dependencies for armbian tools --- extras/tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/tools.sh b/extras/tools.sh index 6ece009e34..da95f6d40f 100644 --- a/extras/tools.sh +++ b/extras/tools.sh @@ -25,7 +25,7 @@ compile_tools() pack_to_deb() { - mkdir -p $tmpdir/armbian-tools-${RELEASE}_${REVISION}_${ARCH}/{DEBIAN,usr/bin,lib/udev/rules.d,lib/systemd/system,/etc/default,/etc/init.d} + mkdir -p $tmpdir/armbian-tools-${RELEASE}_${REVISION}_${ARCH}/{DEBIAN,usr/bin,/etc/default,/etc/init.d} # set up control file cat <<-END > $tmpdir/armbian-tools-${RELEASE}_${REVISION}_${ARCH}/DEBIAN/control @@ -35,7 +35,7 @@ compile_tools() Maintainer: $MAINTAINER <$MAINTAINERMAIL> Installed-Size: 1 Provides: armbian-tools - Conflicts: armbian-tools, sunxi-tools + Conflicts: armbian-tools Depends: libc6 (>= 2.10), libusb-1.0-0 (>= 2:1.0.8), libusb-0.1-4, libudev1 Section: utils Priority: optional