Skip to content

Commit

Permalink
arch: fix creating marker-vm file
Browse files Browse the repository at this point in the history
It needs package version.
  • Loading branch information
marmarek committed Jan 24, 2025
1 parent e4ecb43 commit 3139365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux/PKGBUILD.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ build() {
sed 's:/usr/sbin/ntpdate:/usr/bin/ntpdate:g' -i qubes-rpc/sync-ntp-clock

for dir in qubes-rpc misc; do
make -C "$dir"
make -C "$dir" VERSION=${pkgver}
done
}

Expand Down

0 comments on commit 3139365

Please sign in to comment.