cryptobox package removed - it will be created before dfsbuild

devel-script moved to the live-cd
This commit is contained in:
lars 2005-12-01 18:53:33 +00:00
parent da3774d537
commit 4b83d48429
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@ -144,6 +144,8 @@ done
while [ $# -gt 0 ] while [ $# -gt 0 ]
do case "$1" in do case "$1" in
dfsbuild ) dfsbuild )
# build the cryptobox package first
"$0" package
# check if we are in ROOT_DIR - otherwise we will have problems with # check if we are in ROOT_DIR - otherwise we will have problems with
# relative paths in dfs-box.conf # relative paths in dfs-box.conf
[ "$ROOT_DIR" -ef "$(pwd)" ] || error_die 1 "Sorry: you have to run $0 while you are in '$ROOT_DIR'!" [ "$ROOT_DIR" -ef "$(pwd)" ] || error_die 1 "Sorry: you have to run $0 while you are in '$ROOT_DIR'!"
@ -161,6 +163,9 @@ while [ $# -gt 0 ]
config ) config )
configure_cb normal configure_cb normal
;; ;;
package )
(cd "$ROOT_DIR"; scripts/debian)
;;
iso ) iso )
create_uncompressed_iso create_uncompressed_iso
;; ;;