diff options
author | Olav Vitters <olav@vitters.nl> | 2020-07-25 21:20:50 +0200 |
---|---|---|
committer | Olav Vitters <olav@vitters.nl> | 2020-07-25 21:20:50 +0200 |
commit | a212ac3ef2d0980e7b7a097347066a8d25e13f10 (patch) | |
tree | e86b2ee1284bb0fc9fe90ade3a2c3991e50aca45 | |
parent | bd8cad4733cf1426a6b1163eb6716c8f64bbc454 (diff) | |
download | initscripts-a212ac3ef2d0980e7b7a097347066a8d25e13f10.tar initscripts-a212ac3ef2d0980e7b7a097347066a8d25e13f10.tar.gz initscripts-a212ac3ef2d0980e7b7a097347066a8d25e13f10.tar.bz2 initscripts-a212ac3ef2d0980e7b7a097347066a8d25e13f10.tar.xz initscripts-a212ac3ef2d0980e7b7a097347066a8d25e13f10.zip |
add line to minimize difference with upstream
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ install: mkdir -p -m 755 $(ROOT)/usr/libexec/initscripts/legacy-actions + syntax-check: for afile in `find . -type f -perm +111|grep -v \.csh | grep -v .git | grep -v po/ | grep -v 'gprintify.py' ` ; do \ if ! file $$afile | grep -s ELF >/dev/null && ! file $$afile | grep -s perl >/dev/null; then \ |