]> code.delx.au - refind/blobdiff - Makefile
Move details of refind-install documentation from installing.html to a
[refind] / Makefile
index c2616e8d2317749966710a7475f67d1bb3de7eb0..f611cb9e54cc3ca854840804b7b08a609eda0ec5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -54,10 +54,10 @@ clean:
 # binary packages (RPMs, Debian packages, etc.). (Gentoo could
 # use it in an ebuild, though....) You COULD, however, copy the
 # files to a directory somewhere (/usr/share/refind or whatever)
-# and then call install.sh as part of the binary package
+# and then call refind-install as part of the binary package
 # installation process.
 
 install:
-       ./install.sh
+       ./refind-install
 
 # DO NOT DELETE