From 2e1b75d3c688f763c4895c5b3aeeaac0f1e6b431 Mon Sep 17 00:00:00 2001 From: illiliti Date: Sun, 28 Jun 2020 07:18:53 +0300 Subject: [PATCH] nitpick --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 041c3db..c481a7c 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,8 @@ install: cp -R hooks/* ${DESTDIR}${DATADIR}/tinyramfs/hooks/ cp init device-helper ${DESTDIR}${DATADIR}/tinyramfs chmod -R 644 ${DESTDIR}${DATADIR}/tinyramfs - cp config ${DESTDIR}${SYSCONFDIR}/tinyramfs - chmod 600 ${DESTDIR}${SYSCONFDIR}/tinyramfs/config + cp config ${DESTDIR}${SYSCONFDIR}/tinyramfs + chmod 600 ${DESTDIR}${SYSCONFDIR}/tinyramfs/config cp tinyramfs ${DESTDIR}${BINDIR}/tinyramfs chmod 755 ${DESTDIR}${BINDIR}/tinyramfs