]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - lfs/Config
fifteen: move /var/run to /run.
[people/teissler/ipfire-2.x.git] / lfs / Config
index b9c0fb68aa816f26aac6f6ad6cbe02a8ceed787e..fb0f2e9a2f92c2f2238e14e8b0e9b10164db1396 100644 (file)
@@ -68,7 +68,7 @@ KGCC = gcc
 #
 define FIND_FILES
        cd $(ROOT)/ && find -mount \
-       -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' \
+       -not -path './tools*' -not -path './tmp*' -not -path './usr/src*' -not -path './run/*' \
        -not -path './dev*' -not -path './proc*' -not -path './install*' | sort
 endef