[26430] in Source-Commits
/svn/athena r25566 - trunk/debathena/scripts/installer/athinfod.minimal
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Jun 5 13:13:47 2012
Date: Tue, 5 Jun 2012 13:13:46 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201206051713.q55HDk2Q019710@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2012-06-05 13:13:46 -0400 (Tue, 05 Jun 2012)
New Revision: 25566
Added:
trunk/debathena/scripts/installer/athinfod.minimal/Makefile
Log:
Add a Makefile for installing athinfod
Added: trunk/debathena/scripts/installer/athinfod.minimal/Makefile
===================================================================
--- trunk/debathena/scripts/installer/athinfod.minimal/Makefile (rev 0)
+++ trunk/debathena/scripts/installer/athinfod.minimal/Makefile 2012-06-05 17:13:46 UTC (rev 25566)
@@ -0,0 +1,9 @@
+# This is pretty dangerous in a bunch of ways. Approach with caution.
+DEST=/afs/athena.mit.edu/system/athena10/installer/athinfod
+
+default:
+ : Use "make install" to move this from where the installer will fetch it.
+
+install:
+ cp -f athinfod ${DEST}
+