mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 14:48:35 +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)))
|
ifneq (,$(filter $(DISTRO),$(OLD_DH_DISTRO)))
|
||||||
# DH doesn't support the [power ...] in install
|
# DH doesn't support the [power ...] in install
|
||||||
# fails with cp: cannot stat 'debian/tmp/[!powerpc': No such file or directory
|
# 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
|
endif
|
||||||
|
|
||||||
DH_OPTIONS=
|
DH_OPTIONS=
|
||||||
|
Loading…
Reference in New Issue
Block a user