clean scripts, no longer need preamble
This commit is contained in:
7
build/scripts/lighttpd.sh
Executable file → Normal file
7
build/scripts/lighttpd.sh
Executable file → Normal file
@@ -1,8 +1,3 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source /build/config
|
||||
set -x
|
||||
|
||||
## Environment
|
||||
export_env LIGHTTPD_VERSION_MAJOR 1.4
|
||||
export_env LIGHTTPD_VERSION_MINOR 39
|
||||
@@ -35,4 +30,4 @@ if [ $MODE == "minimal" ]; then
|
||||
cd /opt
|
||||
rm -r lighttpd-$LIGHTTPD_VERSION
|
||||
rm lighttpd-$LIGHTTPD_VERSION.tar.gz
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user