wiire-a / pixiewps

An offline Wi-Fi Protected Setup brute-force utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

make install does not install manpage

rofl0r opened this issue · comments

in order to fix it, manpage should be moved to src

or even better, the top level makefile actually becomes the real makefile and builds stuff in src
you could add a target like "make openwrt" which runs make -f Makefile.openwrt

The content of the man page is pretty much identical to the one pixiewps --help displays. The man page is probably nicer but if someone really wants to install it can do so manually, and I'm sure distro maintainers will package it if they want to.

About the OpenWrt Makefile I'm still unsure what the "best strategy" would be. If it gets included into their packages repository I'll probably move it somewhere else. Either in a subfolder or a separate repository.

Hi Wiire, I want to contribute sometimes as a developer on PixieWps, can I ? :)

Make pull requests!

Can't without forking

What's the issue with forking?

I'll take a break for a while because of stuff I left behind IRL. Full-on development will be resumed in March.

In the meantime @rofl0r can review and submit patches if he wishes.

Also, @rofl0r pixiewps 1.4.1 and Reaver 1.6.3 made it to the OpenWrt repository. See: openwrt/packages#2872

If anyone here that has OpenWrt can test them that would be great. Thanks.

I can't pull without forking, I made a pull request in a fork

Are you referring to this

nasserr@38bf275

@nasserr could you please stop hijacking this thread for your own purposes. if you think there is a problem, open your own issue. this here is about manpage installation.

Done with 19def8c and fa4b514.