2007-09-23 08:04:49 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2010-09-02 11:12:37 +00:00
|
|
|
## live-build(7) - System Build Scripts
|
2011-01-11 12:49:49 -01:00
|
|
|
## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org>
|
2010-09-02 11:12:37 +00:00
|
|
|
##
|
|
|
|
## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
|
|
|
|
## This is free software, and you are welcome to redistribute it
|
|
|
|
## under certain conditions; see COPYING for details.
|
|
|
|
|
|
|
|
|
2011-01-01 15:54:45 -01:00
|
|
|
PROGRAM="live-build"
|
2011-04-22 21:12:06 +00:00
|
|
|
VERSION="3.0~a15-1"
|
2009-09-11 09:50:08 +00:00
|
|
|
CONFIG_VERSION="$(echo ${VERSION} | awk -F- '{ print $1 }')"
|
2008-09-17 09:07:44 +00:00
|
|
|
|
2010-09-13 19:49:20 +00:00
|
|
|
PATH="${PWD}/auto/scripts:${PATH}"
|