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:
@@ -9,13 +9,5 @@ build() {
|
||||
cd coreutils-*/
|
||||
./configure $TT_AUTOCONF_COMMON --disable-year2038
|
||||
make -j $TT_PROCS
|
||||
}
|
||||
|
||||
clean() {
|
||||
rm -rf coreutils-*/
|
||||
}
|
||||
|
||||
package() {
|
||||
cd coreutils-*/
|
||||
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
}
|
||||
Reference in New Issue
Block a user