How to add a forked package?

Hey guys,
I’m having some trouble with CollectionFS and want to add a fork, which supports multiple instances. I’ve just created a new folder called “packages” in my project root and cloned the repo into it. Then I’ve run meteor add cfs:standard-packages - but he still fetches the original CollectionFS files instead these of my local package. Is there any possibility to make this work?

//Edit: Okay, sometimes I’m just posting too fast. The fork has the following structure:

Meteor-CollectionFS

- packages
 - package 1
 - package 2
- client
- server

So I have to move “package 1” and “package 2” to the root of my own “packages” folder to make this work. Seems like Meteor isn’t scanning recursively for existing packages in that folder.

1 Like