Skip to content
Snippets Groups Projects
Verified Commit c2695e37 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Merge branch 'hotfix/tos3to4-earliest' into develop

parents 2d1f48ea eddffcb6
Branches
Tags
1 merge request!982Turris OS 6.0 (HBK) (turrispackages)
......@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tos3to4
PKG_VERSION:=2.3.0
PKG_VERSION:=2.3.1
PKG_RELEASE:=1
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
......@@ -36,7 +36,6 @@ endef
define Package/tos3to4-earliest
$(call Package/Common)
TITLE+= installed earliest
DEPENDS+=+create_notification
endef
define Package/tos3to4/install
......
......@@ -7,6 +7,4 @@ COLLIDED="/usr/share/updater/collided$SOURCE"
if [ -f "$SOURCE/localrepo.lua" ]; then
mkdir -p "${COLLIDED%/*}"
mv "$SOURCE" "$COLLIDED"
create_notification -s error \
"Localrepo was preventively flushed because of binary compatibility. You can found your packages in: $COLLIDED"
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment