summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Grzywna2023-02-08 13:27:33 +0100
committerSebastian Grzywna2023-02-08 13:27:33 +0100
commitcf7d62cccff1582c3def0ebf857f82c9271eb0c8 (patch)
treeed50eebd3895239acb279a9dfbd72276f07c621b
parentf9ebde871661aa1daa0298fe44f0a03226cc054c (diff)
downloadaur-perl-wx.tar.gz
Update wxconfig path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50524cca24a4..a84d3a70da25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ build(){
export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
- WX_CONFIG=/usr/bin/wx-config-gtk3 \
+ WX_CONFIG=/usr/bin/wx-config \
MODULEBUILDRC=/dev/null
cd "Wx-$pkgver"