summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-02 10:09:10 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-02 23:25:49 +0100
commitc84950c41f7337a2c96afc840b3deff7a6e8ce5a (patch)
tree1b5bc643a1890afb4e05db070d4880b049a0b730
parent6525ad14adbfd1484164ec3c80e92a0c7023acf3 (diff)
pcr/xen: removed echo lines from PKGBUILD
-rw-r--r--pcr/xen/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/xen/PKGBUILD b/pcr/xen/PKGBUILD
index a55df5075..6636b6993 100644
--- a/pcr/xen/PKGBUILD
+++ b/pcr/xen/PKGBUILD
@@ -96,12 +96,12 @@ if [[ "$CARCH" == 'x86_64' ]]; then
_binutils_emulations="$(ld -V)"
if [[ "$_binutils_emulations" == *'i386pep'* ]]; then
_binutils_efi=true
- echo '#ld has efi support'
+ #ld has efi support
else
makedepends+=(
mingw-w64-binutils
)
- echo '#ld does not have efi support, using mingw'
+ #ld does not have efi support, using mingw
fi
fi