Merge branch 'master' of waschsauger:git/dirty-helpers
This commit is contained in:
commit
25571565a0
1 changed files with 1 additions and 1 deletions
2
gen-yum
2
gen-yum
|
@ -7,7 +7,7 @@ eval BASE_DIRS=~/www_static/dnf.bl0rg.net/*/*
|
|||
set -e
|
||||
|
||||
for base_dir in $BASE_DIRS; do
|
||||
for YUM in $base_dir/{i386,x86_64}; do
|
||||
for YUM in $base_dir/{SRPMS,i386,x86_64}; do
|
||||
if [ -d $YUM ]; then
|
||||
echo "== $YUM"
|
||||
cd $YUM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue