summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/update-manifests.sh7
1 files changed, 7 insertions, 0 deletions
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