From af5fe581cb81e5408fd8b221e50189a125bcc46b Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 2 Sep 2015 09:55:57 +0200 Subject: Several applications need tweaks in their pre-install or post-install stage --- kde/pre-install/smokekde.pre-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kde/pre-install/smokekde.pre-install (limited to 'kde/pre-install/smokekde.pre-install') diff --git a/kde/pre-install/smokekde.pre-install b/kde/pre-install/smokekde.pre-install new file mode 100644 index 0000000..a663cc6 --- /dev/null +++ b/kde/pre-install/smokekde.pre-install @@ -0,0 +1,7 @@ +# Temporary (hopefully) fix: +if ! grep -q 'cmake_minimum_required' CMakeLists.txt ; then + # Prepend a cmake_minimum_required stanza at the top, which enables + # newer cmake features which the build needs: + sed -i -e '1icmake_minimum_required(VERSION 2.8.9)\' CMakeLists.txt +fi + -- cgit v1.2.3