summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Alexander Verbovetsky2017-08-12 17:48:02 +0200
committer Willy Sudiarto Raharjo2017-08-13 08:51:17 +0200
commita2fbe25d335cc7e00ee9b5af8e8487122881f964 (patch)
treef68eafd846759a243a6033f1c24a3b02cbd6d887
parentd4fe4813ca9a96eb6551500c7244d45a2aaa0d27 (diff)
downloadslackbuilds-a2fbe25d335cc7e00ee9b5af8e8487122881f964.tar.gz
system/nvme-cli: Fixed the bogus path in the previous fix.
Sorry Alexander! -D. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/nvme-cli/nvme-cli.SlackBuild2
1 files changed, 0 insertions, 2 deletions
diff --git a/system/nvme-cli/nvme-cli.SlackBuild b/system/nvme-cli/nvme-cli.SlackBuild
index ab4b0c9ef7..515b3665ab 100644
--- a/system/nvme-cli/nvme-cli.SlackBuild
+++ b/system/nvme-cli/nvme-cli.SlackBuild
@@ -65,8 +65,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-sed -i -e 's#bash_completion.d#bash_completion.d/completions#' Makefile
-
make CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" PREFIX=/usr
make install DESTDIR=$PKG PREFIX=/usr SBINDIR=/usr/sbin