1
0
mirror of git://git.2f30.org/morpheus.git synced 2024-06-16 13:38:35 +00:00
morpheus/pkgs/ubase

9 lines
197 B
Plaintext
Raw Normal View History

2014-02-28 21:19:02 +00:00
git="git://git.2f30.org/ubase"
2014-02-27 12:41:37 +00:00
build: crossmusl
2014-02-28 21:19:02 +00:00
cd src/ubase
2013-09-06 08:31:51 +00:00
make clean
make -j$nprocs CC=$CC LDFLAGS="$LDFLAGS" || return 1
make PREFIX="$root" install || return 1
2014-02-20 14:38:49 +00:00
chmod 4755 "$root/bin/su"