Skip to content

Commit ade8130

Browse files
committed
Removed incorrect 'sudo'.
The use of sudo to make an obj dir subsequently causes a permission error when running 'make' as a normal user. Directories in the source structure should belong to the user, not root.
1 parent cea4b96 commit ade8130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CompilingGridcoinOnLinux.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ git clone https://github.com/gridcoin/Gridcoin-Research
4646
#git reset --hard origin/master
4747

4848
cd ~/Gridcoin-Research/src
49-
sudo mkdir obj
49+
mkdir obj
5050

5151
chmod 755 leveldb/build_detect_platform
5252
make -f makefile.unix USE_UPNP=-

0 commit comments

Comments
 (0)