mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
try to fix the sed for trusty
This commit is contained in:
parent
0041c15710
commit
90d21e6e8b
2
debian/rules
vendored
2
debian/rules
vendored
@ -239,7 +239,7 @@ OLD_DH_DISTRO := trusty
|
||||
ifneq (,$(filter $(DISTRO),$(OLD_DH_DISTRO)))
|
||||
# DH doesn't support the [power ...] in install
|
||||
# fails with cp: cannot stat 'debian/tmp/[!powerpc': No such file or directory
|
||||
$(shell sed -e "s|\[\!powerpc \!powerpcspe\] ||g" llvm-$(LLVM_VERSION)-dev.install)
|
||||
$(shell sed -e "s|\[\!powerpc \!powerpcspe\] ||g" debian/llvm-X.Y-dev.install.in)
|
||||
endif
|
||||
|
||||
DH_OPTIONS=
|
||||
|
Loading…
Reference in New Issue
Block a user