diff --git a/genbasedir b/genbasedir index 88b28d7..9b26275 100755 --- a/genbasedir +++ b/genbasedir @@ -48,7 +48,7 @@ suite="Unknown" codename="Unknown" date="`date -R`" architectures="Unknown" -description="Not Available" +description="Not Available for now" # Component release file sections archive="Unknown" @@ -260,6 +260,8 @@ exit_handler() trap exit_handler SIGHUP SIGPIPE SIGINT SIGQUIT SIGTERM EXIT +echo something + WORKDIR="$(mktemp -dt "$PROG.XXXXXXXXXX")" || exit if [ ! -d "$basedir" ]; then