Skip to content

Commit

Permalink
app-portage/squashed-portage: Fix script installation part II
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.13
  • Loading branch information
jlec committed Sep 23, 2014
1 parent 3b17c87 commit 3f8fd22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions app-portage/squashed-portage/ChangeLog
Expand Up @@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

23 Sep 2014; Justin Lecher <jlec@gentoo.org> squashed-portage-0.17.ebuild,
squashed-portage-9999.ebuild:
Fix script installation part II

23 Sep 2014; Justin Lecher <jlec@gentoo.org> squashed-portage-0.17.ebuild,
squashed-portage-9999.ebuild:
Fix script installation
Expand Down
2 changes: 1 addition & 1 deletion app-portage/squashed-portage/squashed-portage-0.17.ebuild
Expand Up @@ -31,7 +31,7 @@ src_prepare() {
eprefixify *
sed \
-e "s:GENTOOLIBDIR:$(get_libdir):g" \
-i get-squashed-portage.bash || die
-i get-squashed-portage || die

if use zsync; then
sed \
Expand Down
2 changes: 1 addition & 1 deletion app-portage/squashed-portage/squashed-portage-9999.ebuild
Expand Up @@ -33,7 +33,7 @@ src_prepare() {
eprefixify *
sed \
-e "s:GENTOOLIBDIR:$(get_libdir):g" \
-i get-squashed-portage.bash || die
-i get-squashed-portage || die

if use zsync; then
sed \
Expand Down

0 comments on commit 3f8fd22

Please sign in to comment.