diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-12 16:54:17 +0100 | 
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-02-12 16:54:17 +0100 | 
| commit | 060fe07f8d150a0ffc9d080528e03b5f37e7c8bc (patch) | |
| tree | d1724cc2daeb99fda029f4ac64421e8a0b2c309a | |
| parent | 773ca865ce8a21762482fc9f523f858d6ced361c (diff) | |
fix: add -p to mkdir hooks
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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: |