]> git.mxchange.org Git - flightgear.git/commitdiff
Modified the info that is put in the VERSION file.
authorcurt <curt>
Thu, 22 Oct 1998 22:00:10 +0000 (22:00 +0000)
committercurt <curt>
Thu, 22 Oct 1998 22:00:10 +0000 (22:00 +0000)
Tools/process-dem.pl

index 5751ec498faa8c8d9c9fc3e8547ab4698e966387..954b73ac2e444d927da93092b65b6655180efb1b 100755 (executable)
@@ -467,7 +467,11 @@ sub install {
        die "Cannot open $install_dir/VERSION for writing\n";
     print VERSION "FGFS Scenery Version $scenery_format_version\n";
     $date = `date`; chop($date);
-    print VERSION "Created by $ENV{LOGNAME} on $date\n";
+    $hostname = `hostname`; chop($hostname);
+    print VERSION "Creator = $ENV{LOGNAME}\n";
+    print VERSION "Date = $date\n";
+    print VERSION "Machine = $hostname\n";
+    print VERSION "
     print VERSION "\n";
     print VERSION "DEM File Name = $dem_file\n";
     print VERSION "DEM Label = $quad_name\n";
@@ -511,6 +515,9 @@ sub install {
 
 #---------------------------------------------------------------------------
 # $Log$
+# Revision 1.30  1998/10/22 22:00:10  curt
+# Modified the info that is put in the VERSION file.
+#
 # Revision 1.29  1998/10/02 21:41:56  curt
 # Added Makedir + fixes for win32.
 #