diff options
author | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-01 13:31:57 +0100 |
---|---|---|
committer | Ctibor <ctibor.brancik@seznam.cz> | 2015-02-01 13:31:57 +0100 |
commit | 66a16be2c2043770c5d5dfb1e329e0ac28f1c6bf (patch) | |
tree | 45f3bb14b22914f324504d259f85d24a39fecd0d /scripts | |
parent | 1dc0adb506e99f43b4a8201a218c57a0ffb175f4 (diff) | |
parent | 30286bc243952bfc60f06044a52db3315a33fd04 (diff) | |
download | brancik-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-x | scripts/update-manifests.sh | 7 |
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 |