mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Reviewed packages and found that several were not packaged correctly
This commit is contained in:
@@ -5,6 +5,9 @@ SRC_NAME="mold"
|
||||
SRC_URL="https://github.com/rui314/mold/archive/refs/tags/v2.40.4.tar.gz"
|
||||
SRC_VERSION="2.40.4"
|
||||
|
||||
# TODO: Merge the contents from /lib64 and /libexec into $TT_LIBDIR ~ahill
|
||||
# TODO: Move /share to $TT_DATADIR ~ahill
|
||||
|
||||
build() {
|
||||
tar xf ../$SRC_FILENAME
|
||||
cd mold-*/
|
||||
@@ -20,4 +23,4 @@ package() {
|
||||
cd mold-*/
|
||||
cmake --install build --parallel $TT_PROCS
|
||||
ln -sf mold $TT_INSTALLDIR/bin/ld
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user