diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-23 17:24:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-23 17:24:31 +0200 |
commit | e1f9ce6e1274750b23d7f19906649dd807b7dd31 (patch) | |
tree | e60e046422d74d2a74bb62fb245d915fcd82f8d1 /package/jack | |
parent | 2e0123c3cca64a571e24e17acd061f61cd72e2d0 (diff) |
jack: sometimes lib64 is used, reported by Oliver
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 |