git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Pfeiffer <coding _ lirion.de> 2022-03-23 14:08:25 +0100
committerHarald Pfeiffer <coding _ lirion.de> 2022-03-23 14:08:25 +0100
commit5a17f02dbf2aac80b15ff1da3397a54dadb8a877 (patch)
treefdf83be3b3dbdf604a08f8ff5a055450ea494a44
parentb03248a3b3cb918ad1b25cf978bfa78f9c09c8d0 (diff)
downloaddotfiles-5a17f02dbf2aac80b15ff1da3397a54dadb8a877.tar.bz2
include gnupg in tarball
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 64c0732..e283aa1 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 .vimrc --exclude=.git --exclude=.gitattributes --exclude=.github --exclude=.gitignore --exclude='LICENSE*' --exclude='README*' distribute/tar/
+ rsync -avu bin .bash .bash_profile .bashrc .flake8 .gitconfig .gnupg .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