Browse Source

jack: sometimes lib64 is used, reported by Oliver

Waldemar Brodkorb 7 years ago
parent
commit
e1f9ce6e12
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/jack/Makefile

+ 2 - 2
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