Skip to content

Commit

Permalink
app-misc/pax-utils: trivial fix for double prefix. ED -> D.
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
RepoMan-Options: --force
  • Loading branch information
heroxbd committed May 28, 2016
1 parent b35e449 commit f0a285d
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.0.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -49,5 +49,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.1.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -54,5 +54,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.1.2.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -54,5 +54,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.1.3.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -54,5 +54,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -54,5 +54,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.1.5.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -54,5 +54,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}
4 changes: 2 additions & 2 deletions app-misc/pax-utils/pax-utils-1.1.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -53,5 +53,5 @@ src_test() {
}

src_install() {
_emake DESTDIR="${ED}" PKGDOCDIR='$(DOCDIR)'/${PF} install
_emake DESTDIR="${D}" PKGDOCDIR='$(DOCDIR)'/${PF} install
}

0 comments on commit f0a285d

Please sign in to comment.