diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-01-22 02:35:19 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-01-22 02:35:19 +0100 |
commit | cb2d7c65498034d78587fd2b941049d004547630 (patch) | |
tree | 2fe89cff5742a8bb36e0b674a1e90ca4d540f0d8 | |
parent | f05e3e22a0453f7eb5a5cc12c6c384155c7eba4f (diff) | |
download | jenkins.debian.net-cb2d7c65498034d78587fd2b941049d004547630.tar.xz |
create orig-symlinks too
-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 84debbe2..3a5f602d 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -59,7 +59,7 @@ pdebuild_package() { # 3.0 quilt is not happy without an upstream tarball # if [ "$(cat debian/source/format)" = "3.0 (quilt)" ] ; then - uscan --download-current-version + uscan --download-current-version --symlink fi # # |