We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468a22d commit 23762bbCopy full SHA for 23762bb
Makefile
@@ -95,7 +95,7 @@ Install-Grub-BIOS:
95
cd grub && \
96
./bootstrap && \
97
./autogen.sh && \
98
- ./configure --prefix=~/local platform=pc && \
+ ./configure --prefix=$HOME/local --platform=pc && \
99
make && \
100
sudo make install && \
101
- @echo Installed Grub-BIOS
+ @echo Installed Grub-BIOS
0 commit comments