From e1f9ce6e1274750b23d7f19906649dd807b7dd31 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 23 Oct 2016 17:24:31 +0200 Subject: jack: sometimes lib64 is used, reported by Oliver --- package/jack/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/jack/Makefile b/package/jack/Makefile index eba11276a..5e9a6b525 100644 --- a/package/jack/Makefile +++ b/package/jack/Makefile @@ -30,9 +30,9 @@ jack-install: $(INSTALL_DIR) $(IDIR_JACK)/usr/bin $(CP) $(WRKINST)/usr/bin/jack* \ $(IDIR_JACK)/usr/bin - $(CP) $(WRKINST)/usr/lib/libjack*.so* \ + $(CP) $(WRKINST)/usr/lib*/libjack*.so* \ $(IDIR_JACK)/usr/lib - $(CP) $(WRKINST)/usr/lib/jack/*.so* \ + $(CP) $(WRKINST)/usr/lib*/jack/*.so* \ $(IDIR_JACK)/usr/lib/jack include $(ADK_TOPDIR)/mk/pkg-bottom.mk -- cgit v1.2.3