summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-06 22:57:58 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-11 10:17:25 +0000
commit15a9a2823dd313a35a334a7e4a328c7e6d656365 (patch)
tree3fc727c9eb314f0a7c62df4c0d577108bb267ba1
parentAdding container rename to mv symlink. (diff)
downloadcompute-tools-15a9a2823dd313a35a334a7e4a328c7e6d656365.tar.xz
compute-tools-15a9a2823dd313a35a334a7e4a328c7e6d656365.zip
Renaming container rename command to move for consistency.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
-rw-r--r--Makefile2
-rwxr-xr-xlib/container/move (renamed from lib/container/rename)0
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd16b73..6c95f4a 100644
--- a/Makefile
+++ b/Makefile
@@ -104,8 +104,8 @@ install: build
ln -sf container-create-debconf.1 $(DESTDIR)/usr/share/man/man1/container-create-progress-linux.1
ln -sf list $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ls
+ ln -sf move $(DESTDIR)/usr/lib/$(SOFTWARE)/container/mv
ln -sf remove $(DESTDIR)/usr/lib/$(SOFTWARE)/container/rm
- ln -sf rename $(DESTDIR)/usr/lib/$(SOFTWARE)/container/mv
ln -sf version $(DESTDIR)/usr/lib/$(SOFTWARE)/container/ver
mkdir -p $(DESTDIR)/lib/systemd/system
diff --git a/lib/container/rename b/lib/container/move
index 467d687..467d687 100755
--- a/lib/container/rename
+++ b/lib/container/move