Ventto / pug

Automatically Gist-synchronises Pacman & AUR installed package lists.
102 stars 11 forks source link

Install Issues with PUG #14

Open technoshaman7777 opened 4 years ago

technoshaman7777 commented 4 years ago

I'm attempting to manually install Pug on Manjaro, but ran into a problem on the 3rd instruction.

sudo make install (default: INSTALLGIST=1, gists creation)

If my gist name is pancakes/pkglist.txt, and my token is 123456, can someone show me exactly what it needs to look like? I have tried putting the info in various ways into the paranthesis, but I must be getting something wrong because it always gives me an error: "*** No rule to make target 'install'. Stop."

BTW, I have already created a private gist, put the current copy of my pkglist.exe in there, and acquired a token. I'm just not sure what to do next?

Raptorox commented 11 months ago

You're not supposed to add any parentheses at all. It's just there to inform you that make by default gets the option INSTALLGIST=1, which creates the gists automatically.

I just had to use sudo make install, and it installed and automatically started the login procedure. Not really sure why it shows that there is no install rule... Did you check what's inside the Makefile?