From 2db060fb825c73ed7ab0e37bd722bdcd5b5f0039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 19 Dec 2024 12:14:27 +0100 Subject: [PATCH] package: add an utility for syncing Find modules. It took 15 years but I finally got tired of copying them by hand. --- package/sync-modules.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 package/sync-modules.sh diff --git a/package/sync-modules.sh b/package/sync-modules.sh new file mode 100755 index 000000000..97d609974 --- /dev/null +++ b/package/sync-modules.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e + +dir=$(dirname "$0") +cp $dir/../../corrade/modules/FindCorrade.cmake $dir/../modules/