diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2017-08-12 16:48:02 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-08-13 13:51:17 +0700 |
commit | a2fbe25d335cc7e00ee9b5af8e8487122881f964 (patch) | |
tree | f68eafd846759a243a6033f1c24a3b02cbd6d887 /system/nvme-cli | |
parent | d4fe4813ca9a96eb6551500c7244d45a2aaa0d27 (diff) | |
download | slackbuilds-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>
Diffstat (limited to 'system/nvme-cli')
-rw-r--r-- | system/nvme-cli/nvme-cli.SlackBuild | 2 |
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 |