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
commitebf1121fb3cad9c1a1873fb00f8ce33b7f9a31ec (patch)
tree53abbd2ed225dc66a076b54d10c78456a65dc81a
parent5a30eeebc2d5bc315138834d55a351f8436a0da6 (diff)
downloadold.slackbuilds-ebf1121fb3cad9c1a1873fb00f8ce33b7f9a31ec.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