mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Move some things around for the sake of gettext
Gettext needs - gperf - python 2.3+ to regenerate files
This commit is contained in:
parent
83dae02dbf
commit
cf61139126
6 changed files with 81 additions and 71 deletions
|
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
find . -name '*.info*' -delete
|
||||
find . -name '*.info*' -delete -exec touch {} +
|
||||
|
||||
for d in doc tests lib src; do
|
||||
cd $d
|
||||
|
|
@ -17,3 +17,11 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" MAKEINFO=true PREFIX="${PREFIX}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make MAKEINFO=true PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" install
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue