mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +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
|
||||
./mconfig.SH
|
||||
perl ../bin/perload -o mconfig > metaconfig
|
||||
./makegloss.SH
|
||||
cd ..
|
||||
|
||||
cd kit
|
||||
|
|
@ -27,6 +28,7 @@ src_compile() {
|
|||
src_install() {
|
||||
mkdir -p "${DESTDIR}${PREFIX}/bin/" "${DESTDIR}${PREFIX}/lib/perl5/5.6.2"
|
||||
install mcon/metaconfig "${DESTDIR}${PREFIX}/bin/"
|
||||
install mcon/makegloss "${DESTDIR}${PREFIX}/bin/"
|
||||
install kit/manifake "${DESTDIR}${PREFIX}/bin/"
|
||||
cp -r mcon/U/ "${DESTDIR}${PREFIX}/lib/perl5/5.6.2/"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue