mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
magic-pax: pkgcheck fixes
This commit is contained in:
parent
78ac2a7ff2
commit
41d60173e9
2 changed files with 1 additions and 2 deletions
0
sys-apps/magic-pax/files/magic-pax
Executable file → Normal file
0
sys-apps/magic-pax/files/magic-pax
Executable file → Normal file
|
|
@ -6,14 +6,13 @@ EAPI=8
|
|||
DESCRIPTION="Attempt at applying pax marks effectively"
|
||||
HOMEPAGE="https://none.com"
|
||||
|
||||
S="${WORKDIR}"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
||||
PDEPEND="sys-apps/elfix"
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
src_install() {
|
||||
dobin "${FILESDIR}"/magic-pax
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue