From 98475458b7edb1fe20e8960b0468db7be608726e Mon Sep 17 00:00:00 2001 From: Ctibor Date: Fri, 30 Jan 2015 21:45:21 +0100 Subject: Added scripts folder and update-manifests maintenance script. --- scripts/update-manifests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/update-manifests.sh (limited to 'scripts') diff --git a/scripts/update-manifests.sh b/scripts/update-manifests.sh new file mode 100755 index 0000000..1e5913e --- /dev/null +++ b/scripts/update-manifests.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +OVERLAY="/home/ctibor/počítač/portage/brancik-overlay" + +for EBUILD in ${OVERLAY}/[a-z]*-[a-z]*/[a-z]*/[a-z]*-[0-9]*.ebuild ; do + /usr/bin/ebuild $EBUILD manifest +done -- cgit v1.2.3