From e7122137ee6cb224de1f06b2789bef5c8822942e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 8 Jul 2020 16:36:55 +0000 Subject: [PATCH] Minor cleanups git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23373 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/js68.xml | 26 +------------------------- xincludes/mozshm.xml | 3 +-- 2 files changed, 2 insertions(+), 27 deletions(-) diff --git a/general/genlib/js68.xml b/general/genlib/js68.xml index 0fb2d0bd7a..9d37cfc72a 100644 --- a/general/genlib/js68.xml +++ b/general/genlib/js68.xml @@ -12,7 +12,6 @@ ]> - @@ -69,18 +68,6 @@ - - JS68 Dependencies Required @@ -147,21 +134,11 @@ tar: Exiting with failure status due to previous errors - Install JS by running the following commands: - - @@ -277,8 +254,7 @@ rm -v /usr/lib/libjs_static.ajs js68 and js68-config - libmozjs-68.so and libjs_static.ajs + libmozjs-68.so and libjs_static.ajs /usr/include/mozjs-68 diff --git a/xincludes/mozshm.xml b/xincludes/mozshm.xml index f5a577a465..a12717c46f 100644 --- a/xincludes/mozshm.xml +++ b/xincludes/mozshm.xml @@ -19,8 +19,7 @@ /usr/lib/pythonN.N/multiprocessing/synchronize.py. Run: -mountpoint /dev/shm >/dev/null || - mount -t tmpfs devshm /dev/shm +mountpoint -q /dev/shm || mount -t tmpfs devshm /dev/shm