about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-07-25 17:12:16 +0200
committerJuan RP <xtraeme@gmail.com>2014-07-25 17:12:16 +0200
commit7449d84a1817fefcf93ccd1de3f12d0ef2a4f1ae (patch)
tree458dc440300fd497c4c77f5ac8008f3d03feab2b /Makefile
parent6b82544bb088cd6d5213162bef0ee294045347fb (diff)
downloadrunit-void-7449d84a1817fefcf93ccd1de3f12d0ef2a4f1ae.tar.gz
runit-void-7449d84a1817fefcf93ccd1de3f12d0ef2a4f1ae.tar.xz
runit-void-7449d84a1817fefcf93ccd1de3f12d0ef2a4f1ae.zip
Makefile: do not install suspend, it's gone.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3abe5e..10767ae 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ install:
 	install -d ${DESTDIR}/${PREFIX}/bin
 	install -m755 halt ${DESTDIR}/${PREFIX}/bin
 	install -m755 pause ${DESTDIR}/${PREFIX}/bin
-	install -m755 suspend ${DESTDIR}/${PREFIX}/bin
 	install -m755 shutdown.sh ${DESTDIR}/${PREFIX}/bin/shutdown
 	install -m755 zzz ${DESTDIR}/${PREFIX}/bin
 	ln -s zzz ${DESTDIR}/${PREFIX}/bin/ZZZ