summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCtibor <ctibor.brancik@seznam.cz>2015-02-01 13:31:57 +0100
committerCtibor <ctibor.brancik@seznam.cz>2015-02-01 13:31:57 +0100
commit66a16be2c2043770c5d5dfb1e329e0ac28f1c6bf (patch)
tree45f3bb14b22914f324504d259f85d24a39fecd0d /scripts
parent1dc0adb506e99f43b4a8201a218c57a0ffb175f4 (diff)
parent30286bc243952bfc60f06044a52db3315a33fd04 (diff)
downloadbrancik-overlay-66a16be2c2043770c5d5dfb1e329e0ac28f1c6bf.tar.gz
brancik-overlay-66a16be2c2043770c5d5dfb1e329e0ac28f1c6bf.tar.bz2
Merge branch 'master' of ssh://git.brancik.cz/gentoo-overlay
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/update-manifests.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/update-manifests.sh b/scripts/update-manifests.sh
deleted file mode 100755
index 1e5913e..0000000
--- a/scripts/update-manifests.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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