Skip to content

Commit 2c3300d

Browse files
committed
* Updated Makefile
1 parent 6a4aacb commit 2c3300d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,10 @@ clean:
8585

8686
.PHONY: Install-Grub-BIOS
8787
Install-Grub-BIOS:
88-
pushd /tmp/
8988
git clone https://git.savannah.gnu.org/git/grub.git
9089
cd grub
9190
sudo apt-get install build-essential autoconf automake
9291
./autogen.sh
9392
./configure --prefix=$HOME/local --platform=pc-i386
9493
make
95-
sudo make install
96-
popd
94+
sudo make install

0 commit comments

Comments
 (0)