diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 10:09:10 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-01-02 23:25:49 +0100 |
commit | c84950c41f7337a2c96afc840b3deff7a6e8ce5a (patch) | |
tree | 1b5bc643a1890afb4e05db070d4880b049a0b730 /pcr/xen | |
parent | 6525ad14adbfd1484164ec3c80e92a0c7023acf3 (diff) | |
download | abslibre-c84950c41f7337a2c96afc840b3deff7a6e8ce5a.tar.gz abslibre-c84950c41f7337a2c96afc840b3deff7a6e8ce5a.tar.bz2 abslibre-c84950c41f7337a2c96afc840b3deff7a6e8ce5a.zip |
pcr/xen: removed echo lines from PKGBUILD
Diffstat (limited to 'pcr/xen')
-rw-r--r-- | pcr/xen/PKGBUILD | 4 |
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 |