Skip to content

Commit 3139365

Browse files
committed
arch: fix creating marker-vm file
It needs package version.
1 parent e4ecb43 commit 3139365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archlinux/PKGBUILD.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build() {
3838
sed 's:/usr/sbin/ntpdate:/usr/bin/ntpdate:g' -i qubes-rpc/sync-ntp-clock
3939

4040
for dir in qubes-rpc misc; do
41-
make -C "$dir"
41+
make -C "$dir" VERSION=${pkgver}
4242
done
4343
}
4444

0 commit comments

Comments
 (0)