mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Merged build and package in treetap
This commit is contained in:
@@ -19,13 +19,5 @@ build() {
|
||||
sed -i "s/-lzstd//" Makefile
|
||||
sed -i "/#define USE_ZSTD/d" src/config.h
|
||||
make -O -j $TT_PROCS
|
||||
}
|
||||
|
||||
clean() {
|
||||
rm -rf libelf-$SRC_VERSION/
|
||||
}
|
||||
|
||||
package() {
|
||||
cd libelf-$SRC_VERSION/
|
||||
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR INCDIR=/usr/include
|
||||
}
|
||||
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR INCDIR=$TT_INCLUDEDIR
|
||||
}
|
||||
Reference in New Issue
Block a user