From 3e6395f40520bb45d5bef4543d61e2ba529629b1 Mon Sep 17 00:00:00 2001 From: Sam Bingner Date: Sat, 30 Mar 2019 14:23:47 -1000 Subject: Various elucubratus build system changes --- control.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'control.sh') diff --git a/control.sh b/control.sh index 45e2df32e..513e679eb 100755 --- a/control.sh +++ b/control.sh @@ -145,6 +145,12 @@ Conflicts: $(cat "${PKG_DATA}/_metadata/conflicts") EOF fi +if [[ -e ${PKG_DATA}/_metadata/breaks ]]; then + cat <