Merged build and package in treetap

This commit is contained in:
Alexander Hill
2026-01-16 21:59:51 -05:00
parent 6b94b54ae8
commit 7493b86f41
44 changed files with 65 additions and 313 deletions

View File

@@ -10,14 +10,6 @@ build() {
cd initramfs-tools-*/
# NOTE: Since this is for a single file, we don't pass TT_PROC. ~ahill
make
}
clean() {
rm -rf initramfs-tools-*/
}
package() {
cd initramfs-tools-*/
# NOTE: There's no make install! ~ahill
mkdir -p $TT_INSTALLDIR/bin