mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Add makegloss to dist
This commit is contained in:
parent
a5e363c2db
commit
0c763cdfc3
1 changed files with 2 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ src_compile() {
|
||||||
cd mcon
|
cd mcon
|
||||||
./mconfig.SH
|
./mconfig.SH
|
||||||
perl ../bin/perload -o mconfig > metaconfig
|
perl ../bin/perload -o mconfig > metaconfig
|
||||||
|
./makegloss.SH
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd kit
|
cd kit
|
||||||
|
|
@ -27,6 +28,7 @@ src_compile() {
|
||||||
src_install() {
|
src_install() {
|
||||||
mkdir -p "${DESTDIR}${PREFIX}/bin/" "${DESTDIR}${PREFIX}/lib/perl5/5.6.2"
|
mkdir -p "${DESTDIR}${PREFIX}/bin/" "${DESTDIR}${PREFIX}/lib/perl5/5.6.2"
|
||||||
install mcon/metaconfig "${DESTDIR}${PREFIX}/bin/"
|
install mcon/metaconfig "${DESTDIR}${PREFIX}/bin/"
|
||||||
|
install mcon/makegloss "${DESTDIR}${PREFIX}/bin/"
|
||||||
install kit/manifake "${DESTDIR}${PREFIX}/bin/"
|
install kit/manifake "${DESTDIR}${PREFIX}/bin/"
|
||||||
cp -r mcon/U/ "${DESTDIR}${PREFIX}/lib/perl5/5.6.2/"
|
cp -r mcon/U/ "${DESTDIR}${PREFIX}/lib/perl5/5.6.2/"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue