summaryrefslogtreecommitdiffstats
path: root/cryptsetup
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2007-05-26 20:44:41 +0000
committer Eric Hameleers <alien@slackware.com>2007-05-26 20:44:41 +0000
commit91cf4d97cc54afaa860dac655cfc3ebd9f43d125 (patch)
treeda11b4709b93591214300f00ce402352127420ed /cryptsetup
parent160fbfcad60e33ba118fe0fca5a9a6f12b99614b (diff)
downloadasb-91cf4d97cc54afaa860dac655cfc3ebd9f43d125.tar.gz
asb-91cf4d97cc54afaa860dac655cfc3ebd9f43d125.tar.xz
Rename the binary to cryptsetup.static
Diffstat (limited to 'cryptsetup')
-rwxr-xr-xcryptsetup/build/cryptsetup-static.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptsetup/build/cryptsetup-static.SlackBuild b/cryptsetup/build/cryptsetup-static.SlackBuild
index 84c96099..7a2c277b 100755
--- a/cryptsetup/build/cryptsetup-static.SlackBuild
+++ b/cryptsetup/build/cryptsetup-static.SlackBuild
@@ -183,6 +183,9 @@ else
make DESTDIR=$PKG install 2>&1 |tee $OUTPUT/install-${PRGNAM}.log
fi
+# Move the binary so that it does not clash with the dynamic version:
+mv $PKG/usr/sbin/cryptsetup{,.static}
+
# Remove unneeded empty directory:
rmdir $PKG/usr/lib/cryptsetup 2>/dev/null