Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
aports
Commits
70dbb8a0
Commit
70dbb8a0
authored
Nov 04, 2008
by
Natanael Copa
Browse files
core/ncurses: make install does not handle parallell runs
parent
3e63f263
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/ncurses/APKBUILD
View file @
70dbb8a0
...
...
@@ -23,16 +23,15 @@ build() {
make
-j1
sources
make
||
return
1
make
install
DESTDIR
=
$pkgdir
/
make
-j1
install
DESTDIR
=
$pkgdir
/
}
terminfo
()
{
local
orig
=
$pkgdir
pkgdir
=
"
$pkgdir
-terminfo"
subpkgdir
=
"
$pkgdir
-terminfo"
pkgname
=
"Database with info for different terminals"
rm
-r
$pkgdir
mkdir
-p
$pkgdir
/usr/share
mv
$
orig
/usr/share/terminfo
$pkgdir
/usr/share
rm
-r
f
$
sub
pkgdir
mkdir
-p
$
sub
pkgdir
/usr/share
mv
$
pkgdir
/usr/share/terminfo
$
sub
pkgdir
/usr/share
}
md5sums
=
"b6593abe1089d6aab1551c105c9300e3 ncurses-5.6.tar.gz
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment