Przeglądaj źródła

ruby-getoptlong: fix host install

Waldemar Brodkorb 3 miesięcy temu
rodzic
commit
b2bfd1ea89
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      package/ruby-getoptlong/Makefile

+ 1 - 1
package/ruby-getoptlong/Makefile

@@ -29,7 +29,7 @@ host-configure:
 
 ruby-getoptlong-hostinstall:
 	cd ${WRKBUILD} && PATH="$(HOST_PATH)" rake install
-	$(CP) lib/getoptlong.rb $(STAGING_HOST_DIR)/usr/lib/ruby/site_ruby/4.0.0/
+	$(CP) $(WRKBUILD)/lib/getoptlong.rb $(STAGING_HOST_DIR)/usr/lib/ruby/site_ruby/4.0.0/
 
 include $(ADK_TOPDIR)/mk/host-bottom.mk
 include $(ADK_TOPDIR)/mk/pkg-bottom.mk