mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
neverball: use .
--HG-- extra : convert_revision : 2c9b6d5ff171955f774f9a2098eba641698b30b4
This commit is contained in:
parent
6d01070826
commit
2bdcd5d220
1 changed files with 1 additions and 4 deletions
|
@ -36,11 +36,8 @@ Add_dependency full desktop-file-utils
|
||||||
|
|
||||||
do_build()
|
do_build()
|
||||||
{
|
{
|
||||||
local mjobs
|
|
||||||
[ -n "$XBPS_MAKE_JOBS" ] && mjobs="-j$XBPS_MAKE_JOBS"
|
|
||||||
|
|
||||||
cd ${wrksrc} || return 1
|
cd ${wrksrc} || return 1
|
||||||
HOME=/ make ${mjobs} ENABLE_NLS=1 DATADIR=/usr/share/neverball \
|
HOME=/ make ${makejobs} ENABLE_NLS=1 DATADIR=/usr/share/neverball \
|
||||||
LOCALEDIR=/usr/share/locale || return 1
|
LOCALEDIR=/usr/share/locale || return 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue