From 18d13b86630efe4cf4bd76427b8d93eeeacddb9e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Mon, 21 Mar 2022 12:15:25 +0100 Subject: +.vimrc [2] (rsync was missing) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 787e2f4..64c0732 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ all: complete complete: checkenv tempdirs tarball removedirs distrib removetar tarball: - rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ + rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .perlcriticrc .profile .pylintrc .tmux.conf .tmux.conf.local tmux-gpakosz tmux-yank .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/ tar -C distribute/tar -cvJf dotfiles.tar.xz . rm -rf distribute/tar -- cgit v1.2.3