diff -Naur ORIG/Makefile.am PATCHED/Makefile.am
--- ORIG/Makefile.am	2026-04-07 20:25:11.239274794 +0000
+++ PATCHED/Makefile.am	2026-04-07 20:25:11.239274794 +0000
@@ -10,7 +10,7 @@
 
 if USE_ROOT
 install-data-am:
-	cp src/*.pcm ${libdir}
+	cp src/*.pcm $(DESTDIR)${libdir}
 endif
 
 clean-local:
