gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2895 - GNUnet-docs/WWW/download/helpers/pkg


From: durner
Subject: [GNUnet-SVN] r2895 - GNUnet-docs/WWW/download/helpers/pkg
Date: Thu, 25 May 2006 02:21:41 -0700 (PDT)

Author: durner
Date: 2006-05-25 02:21:33 -0700 (Thu, 25 May 2006)
New Revision: 2895

Added:
   GNUnet-docs/WWW/download/helpers/pkg/copyInstall.sh
   GNUnet-docs/WWW/download/helpers/pkg/install
Log:
scripts to package "make install"ed binaries

Added: GNUnet-docs/WWW/download/helpers/pkg/copyInstall.sh
===================================================================
--- GNUnet-docs/WWW/download/helpers/pkg/copyInstall.sh 2006-05-25 09:21:21 UTC 
(rev 2894)
+++ GNUnet-docs/WWW/download/helpers/pkg/copyInstall.sh 2006-05-25 09:21:33 UTC 
(rev 2895)
@@ -0,0 +1,2 @@
+#! /bin/sh
+cat install.log | awk "{print \"cp --parents \" \$0 \" $1\";}"
\ No newline at end of file

Added: GNUnet-docs/WWW/download/helpers/pkg/install
===================================================================
--- GNUnet-docs/WWW/download/helpers/pkg/install        2006-05-25 09:21:21 UTC 
(rev 2894)
+++ GNUnet-docs/WWW/download/helpers/pkg/install        2006-05-25 09:21:33 UTC 
(rev 2895)
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+eval last=\$$#
+echo $last >> /home/install.log
+/bin/install-real $*
\ No newline at end of file





reply via email to

[Prev in Thread] Current Thread [Next in Thread]