summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKF5U2023-10-19 13:56:28 -0500
committerKF5U2023-10-19 13:56:28 -0500
commit2e20b5bbacacfaad7255eced240962785647e8dd (patch)
treed12558411efad9039c5b593de7bccd08c92e4a31
parent9f53ab7f2a93b3bf873075082910e59d9f0b60bb (diff)
downloadaur-2e20b5bbacacfaad7255eced240962785647e8dd.tar.gz
resolved sound file relocation error
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef975b31e110..92c657389803 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ build() {
package() {
cd "$srcdir/build"
make DESTDIR=${pkgdir} install
- install -Dm644 "$srcdir"/build/wsjtx-prefix/src/wsjtx/sounds/{ContinentOnBand,Continent,CQ,CQZoneOnBand,CQZone,DXcall,DXCCOnBand,DXCC,GridOnBand,Grid,ITUZoneOnBand,ITUZone,MyCall,_Zone}.wav "$pkgdir"/opt/wsjtx/sounds
+ install -Dm644 "$srcdir"/build/wsjtx-prefix/src/wsjtx/sounds/{ContinentOnBand,Continent,CQ,CQZoneOnBand,CQZone,DXcall,DXCCOnBand,DXCC,GridOnBand,Grid,ITUZoneOnBand,ITUZone,MyCall,_Zone}.wav -t "$pkgdir"/opt/wsjtx/sounds
rm -rf "$pkgdir/home"
}