summaryrefslogtreecommitdiffstats
path: root/news/tin/FINAL
diff options
context:
space:
mode:
Diffstat (limited to 'news/tin/FINAL')
-rwxr-xr-xnews/tin/FINAL6
1 files changed, 2 insertions, 4 deletions
diff --git a/news/tin/FINAL b/news/tin/FINAL
index ff2e84c1bc..1193d0042c 100755
--- a/news/tin/FINAL
+++ b/news/tin/FINAL
@@ -1,6 +1,4 @@
-if [ "$CREATE_DIR" == "y" ] && [ ! -d /usr/lib/news/active ]; then
+if [ "$CREATE_DIR" == "y" ] && [ ! -f /usr/lib/news/active ]; then
mkdir /usr/lib/news 1>/dev/null 2>&1
- mkdir /usr/lib/news/active 1>/dev/null 2>&1
+ touch /usr/lib/news/active 1>/dev/null 2>&1
fi
-
-