aboutsummaryrefslogtreecommitdiffstats
path: root/community/system-config-printer/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-09 21:45:36 +0200
committerAriadne Conill <ariadne@dereferenced.org>2021-06-09 21:24:56 +0000
commitb6029a13cecaf0ba65a31835088519acebac7da4 (patch)
treefe9f0e78d648de44e38683443dbc027111fc1a4f /community/system-config-printer/APKBUILD
parent32b5b4145fd60ed4202ec28d7571b4d752528cdf (diff)
community/system-config-printer: fix build on riscv64
Diffstat (limited to 'community/system-config-printer/APKBUILD')
-rw-r--r--community/system-config-printer/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/community/system-config-printer/APKBUILD b/community/system-config-printer/APKBUILD
index b1a2c2de611..61976fb7d7a 100644
--- a/community/system-config-printer/APKBUILD
+++ b/community/system-config-printer/APKBUILD
@@ -29,6 +29,9 @@ prepare() {
sed -e 's|$(sysconfdir)/dbus-1|$(datadir)/dbus-1|' \
-i Makefile.am
+ update_config_guess
+ update_config_sub
+
./bootstrap
}