Skip to content

Commit

Permalink
little fix for buildrepo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrobbins committed Aug 24, 2017
1 parent 50377c5 commit f7ea95f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/buildrepo
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ while len(sys.argv) > 1:
continue
p = os.path.join(root, filename)
if os.path.islink(p):
links.append(os.path.join(dirnames,p))
links.append(p)
continue
print(p)
if not os.path.exists(p+".hash.txt"):
Expand Down
2 changes: 1 addition & 1 deletion targets/gentoo/stage1.spec
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ eselect python set python$[version/python] || die

# FL-1398 update perl before we begin and try to update perl modules, if any installed/or will be installed.
emerge -u --nodeps $eopts perl || die
perl-cleaner --allmodules -- $eopts || die
emerge $eopts -uDN world || die
perl-cleaner --all -- $eopts || die

cat > /tmp/build.py << "EOF"
$[[files/pythonjunk]]
Expand Down

0 comments on commit f7ea95f

Please sign in to comment.