diff options
author | Erich Eckner <git@eckner.net> | 2018-11-16 16:32:16 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-11-16 16:32:16 +0100 |
commit | a31bfd335d65ad497d5946867c9291a20d7ec771 (patch) | |
tree | 4cb101c50f0b87c1846fc766b9d60554e17b5b24 /perl-alien-wxwidgets/PKGBUILD | |
parent | 62adb79269f7fac022f3b1d54a3be19e363d10bf (diff) | |
download | archlinuxewe.git.save-a31bfd335d65ad497d5946867c9291a20d7ec771.tar.xz |
msg|msg2|warning -> echo
Diffstat (limited to 'perl-alien-wxwidgets/PKGBUILD')
-rw-r--r-- | perl-alien-wxwidgets/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-alien-wxwidgets/PKGBUILD b/perl-alien-wxwidgets/PKGBUILD index 824a9fc9..aa28c51b 100644 --- a/perl-alien-wxwidgets/PKGBUILD +++ b/perl-alien-wxwidgets/PKGBUILD @@ -37,7 +37,7 @@ prepare() { PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \ PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \ MODULEBUILDRC=/dev/null - warning "If build stage tries to pull and compile WX - interrupt as resulting package wont work" + echo "If build stage tries to pull and compile WX - interrupt as resulting package wont work" # warning "If package contains gtk2_3_0_0_uni_gcc_3_4.pm it is an improper package - do not attempt to install it - report in comments instead" # HAX HAX HAX - hax first in PATH to replace /usr/bin |