From 6ad257357fe0c3d05b125f23a7bbbc388967160a Mon Sep 17 00:00:00 2001 From: Wallenstein Date: Thu, 17 Oct 2024 19:29:25 +0300 Subject: [PATCH] fix installation path --- srcpkgs/amneziawg-go/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/amneziawg-go/template b/srcpkgs/amneziawg-go/template index 26b3776..0bfd488 100644 --- a/srcpkgs/amneziawg-go/template +++ b/srcpkgs/amneziawg-go/template @@ -18,6 +18,6 @@ do_build() { } do_install() { - vinstall amneziawg-go 755 usr/bin/amneziawg-go + vinstall amneziawg-go 755 usr/bin }