diff options
-rwxr-xr-x | bin/d-i_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index b1de0dbd..09903625 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -98,7 +98,7 @@ clean_workspace # if [ "$1" = "" ] ; then pdebuild_package - preserve_pu_udebs + preserve_pu_udebs else echo do something else ; exit 1 fi |