Updated distro version to 0.4 Alpha
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||
|
||||
DOWNLOAD="https://wwww.my-url.com/file.tar.gz"
|
||||
FILENAME="${DOWNLOAD##*/}"
|
||||
|
||||
# The package function is executed in the source directory
|
||||
# This function is used to move the compiled files into the output directory
|
||||
package() {
|
||||
@@ -58,6 +55,7 @@ package() {
|
||||
cp "$BPM_WORKDIR"/nsswitch.conf "$BPM_OUTPUT"/etc/nsswitch.conf
|
||||
cp "$BPM_WORKDIR"/os-release "$BPM_OUTPUT"/etc/os-release
|
||||
cp "$BPM_WORKDIR"/lsb-release "$BPM_OUTPUT"/etc/lsb-release
|
||||
cp "$BPM_WORKDIR"/shells "$BPM_OUTPUT"/etc/shells
|
||||
|
||||
echo "tidelinux" > "$BPM_OUTPUT"/etc/hostname
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user