gnulib: Ignore another gnulib generated file.
[febootstrap.git] / febootstrap-to-supermin.sh
index 086ee02..b6a2fd9 100755 (executable)
@@ -98,11 +98,15 @@ while read path <&7; do
     if [ "$path" = "./fakeroot.log" ]; then
        :
 
-    # All we're going to keep are the special files /init, the daemon,
+    # All we're going to keep are the special files /init,
     # configuration files (/etc), devices and modifiable stuff (/var).
     elif [ "$path" = "./init" ]; then
         echo "$path" >&5
 
+    # Get timezone configuration from local system.
+    elif [ "$path" = "./etc/localtime" ]; then
+        echo "$path" >&6
+
     elif [[ "$path" =~ $p_etc || "$path" =~ $p_dev || "$path" =~ $p_var ]]
     then
         echo "$path" >&5