summaryrefslogtreecommitdiff
path: root/strata/tools/lsof.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/lsof.morph')
-rw-r--r--strata/tools/lsof.morph12
1 files changed, 0 insertions, 12 deletions
diff --git a/strata/tools/lsof.morph b/strata/tools/lsof.morph
deleted file mode 100644
index 38183ae6..00000000
--- a/strata/tools/lsof.morph
+++ /dev/null
@@ -1,12 +0,0 @@
-name: lsof
-kind: chunk
-configure-commands:
-- tar xf lsof_*_src.tar --no-same-owner
-- cd lsof_*_src/ && ./Configure -n linux
-build-commands:
-- cd lsof_*_src/ && make
-install-commands:
-- mkdir -p "$DESTDIR$PREFIX"/bin
-- mv lsof_*_src/lsof "$DESTDIR$PREFIX"/bin/lsof
-- mkdir -p "$DESTDIR$PREFIX"/man/man8
-- mv lsof_*_src/lsof.8 "$DESTDIR$PREFIX"/man/man8