]> code.delx.au - refind/blobdiff - Makefile
Added new "icons_dir" configuration file token.
[refind] / Makefile
index 2b7a5499f01ac738eae3d86e69c491fc0c8da1ea..e6f6ca0688c87c909919f693313f731c2cade396 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -17,4 +17,18 @@ all:
 clean:
        make -C $(LIB_DIR) clean
        make -C $(LOADER_DIR) clean
+
+# NOTE TO DISTRIBUTION MAINTAINERS:
+# The "install" target installs the program directly to the ESP
+# and it modifies the *CURRENT COMPUTER's* NVRAM. Thus, you should
+# *NOT* use this target as part of the build process for your
+# 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
+# installation process.
+
+install:
+       ./install.sh
+
 # DO NOT DELETE