]> code.delx.au - refind/blobdiff - Makefile
More documentation of copyrights and licenses.
[refind] / Makefile
index c2616e8d2317749966710a7475f67d1bb3de7eb0..550cb434fc1bbb5bccc1cc3f92dce154d9078a2e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
 # Makefile for rEFInd
+
+# This program is licensed under the terms of the GNU GPL, version 3,
+# or (at your option) any later version.
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
 CC=gcc
 CXX=g++
 CXXFLAGS=-O2 -fpic -D_REENTRANT -D_GNU_SOURCE -Wall -g
@@ -54,10 +60,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