Hey guys,
Using this URL:
https://github.com/paulusmack/ppp/archive/ppp-2.5.1.tar.gz
When I extract this on the commandline, I get this directory:
So the ppp appears twice.
I believe the more natural name would be to use the same name as by the URL,
in other words:
Most other projects also do this. I assume some script may be automatically
renaming things, because a human being will probably rarely prepend a
'ppp-'. It also simplifies downstream scripts if the simple rule "basename of
the remote URL is the directory name when distracted".
Hey guys,
Using this URL:
When I extract this on the commandline, I get this directory:
So the ppp appears twice.
I believe the more natural name would be to use the same name as by the URL,
in other words:
Most other projects also do this. I assume some script may be automatically
renaming things, because a human being will probably rarely prepend a
'ppp-'. It also simplifies downstream scripts if the simple rule "basename of
the remote URL is the directory name when distracted".