configure --prefix with "~"
mengqy
nginx-forum at nginx.us
Thu Apr 11 03:47:24 UTC 2013
nginx 1.3.15, ubuntu 12.04, bash:
$ ./configure --prefix=~/tools/webserver/install ...
$ make && make install
--> a dir named '~' is created within current dir, but `~` should be
interpreted as `$HOME` instead, right?
Thanks to the protection from gvfs, `rm -rf ~` did not cause a disaster (it
should be `rm -rf \~`)
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,238270,238270#msg-238270
More information about the nginx
mailing list