Skip to content

Commit e8ccb7d

Browse files
committed
* Updated makefile
1 parent f67da0e commit e8ccb7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ Install-Grub-BIOS:
8989
sudo apt-get install build-essential autoconf automake
9090
cd grub
9191
ls
92-
./grub/bootstrap
93-
./grub/autogen.sh
94-
./grub/configure --prefix=$HOME/local --platform=pc-i386
9592
pushd grub
93+
./bootstrap
94+
./autogen.sh
95+
./configure --prefix=$HOME/local --platform=pc-i386
9696
make
9797
sudo make install

0 commit comments

Comments
 (0)