diff options
Diffstat (limited to 'package/jack')
-rw-r--r-- | package/jack/Makefile | 4 |
1 files 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 |