diff -Naur ORIG/Makefile.am PATCHED/Makefile.am
--- ORIG/Makefile.am	2026-03-30 09:08:45.054717966 +0000
+++ PATCHED/Makefile.am	2026-03-30 09:08:45.054717966 +0000
@@ -10,7 +10,7 @@
 
 if USE_ROOT
 install-data-am:
-	cp src/*.pcm ${libdir}
+	cp src/*.pcm $(DESTDIR)${libdir}
 endif
 
 clean-local:
