We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ecb43 commit 3139365Copy full SHA for 3139365
archlinux/PKGBUILD.in
@@ -38,7 +38,7 @@ build() {
38
sed 's:/usr/sbin/ntpdate:/usr/bin/ntpdate:g' -i qubes-rpc/sync-ntp-clock
39
40
for dir in qubes-rpc misc; do
41
- make -C "$dir"
+ make -C "$dir" VERSION=${pkgver}
42
done
43
}
44
0 commit comments