Skip to content

Commit

Permalink
install as nopfs-kubo-plugin for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jun 15, 2023
1 parent 6ed14cb commit 2682b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nopfs-kubo-plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ build: $(SRC)

install: build
mkdir -p "$(IPFS_PATH)/.ipfs/plugins"
install -Dm700 nopfs-kubo-plugin.so "$(IPFS_PATH)/plugins/nopfs"
install -Dm700 nopfs-kubo-plugin.so "$(IPFS_PATH)/plugins/nopfs-kubo-plugin.so"

.PHONY: install

0 comments on commit 2682b30

Please sign in to comment.