- Added hard link extraction support

- Can now add comments to pkg.info files
- Moved source package temp directory from /tmp to /var/tmp to allow for larger packages to be compiled
This commit is contained in:
2024-03-29 20:09:40 +02:00
parent 036578e652
commit 43c4a626f1
11 changed files with 152 additions and 24 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# This file is read and executed by BPM to compile htop. It will run inside a temporary folder in /tmp during execution
echo "Building htop..."
echo "Compiling htop..."
# Creating 'source' directory
mkdir source
# Cloning the git repository into the 'source' directory