mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-28 17:14:03 +00:00
debian: Don't copy files from debian/dl
Instead we will use ../rust_$VERSION.orig-dl.tar.gz and debian's multiple upstream tarball support. Signed-off-by: Jordan Justen <jljusten@gmail.com>
This commit is contained in:
parent
2412f0f30b
commit
3b5d38b25d
2
debian/rules
vendored
2
debian/rules
vendored
@ -47,8 +47,6 @@ SYSTEM_LLVM = --llvm-root=/usr
|
||||
|
||||
# Note: SHELL is not set by dash, but the configure script wants to use it
|
||||
override_dh_auto_configure:
|
||||
mkdir -p $(CURDIR)/dl
|
||||
cp $(CURDIR)/debian/dl/*.tar.bz2 $(CURDIR)/dl
|
||||
SHELL=/bin/sh \
|
||||
./configure \
|
||||
$(COMMON_FLAGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user