mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 07:15:24 +01:00
Fix binary packaging of dist-3.5-236.
This commit is contained in:
parent
ef2deec60e
commit
a2b1b92874
2 changed files with 5 additions and 4 deletions
|
|
@ -23,7 +23,8 @@ src_compile() {
|
|||
}
|
||||
|
||||
src_install() {
|
||||
install mcon/metaconfig "${PREFIX}/bin/"
|
||||
install kit/manifake "${PREFIX}/bin/"
|
||||
cp -r mcon/U/ "${PREFIX}/lib/perl5/5.10.1/"
|
||||
mkdir -p "${DESTDIR}${PREFIX}/bin/" "${DESTDIR}${PREFIX}/lib/perl5/5.10.1"
|
||||
install mcon/metaconfig "${DESTDIR}${PREFIX}/bin/"
|
||||
install kit/manifake "${DESTDIR}${PREFIX}/bin/"
|
||||
cp -r mcon/U/ "${DESTDIR}${PREFIX}/lib/perl5/5.10.1/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue