summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 16:54:17 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-02-12 16:54:17 +0100
commit060fe07f8d150a0ffc9d080528e03b5f37e7c8bc (patch)
treed1724cc2daeb99fda029f4ac64421e8a0b2c309a
parent773ca865ce8a21762482fc9f523f858d6ced361c (diff)
fix: add -p to mkdir hooks
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8633aa8..4db3702 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ install:
mkdir -p ${DESTDIR}${PREFIX}/bin
cp -f bin/stagit-new-repo bin/stagit-gen-index ${DESTDIR}${PREFIX}/bin/
chmod 755 ${DESTDIR}${PREFIX}/bin/stagit-gen-index ${DESTDIR}${PREFIX}/bin/stagit-new-repo
- mkdir /home/git/hooks
+ mkdir -p /home/git/hooks
cp hooks/post-receive /home/git/hooks/
uninstall: