diff options
author | Adam Hovorka <[email protected]> | 2017-10-13 14:29:29 -0600 |
---|---|---|
committer | Adam Hovorka <[email protected]> | 2017-10-13 14:29:29 -0600 |
commit | 88b65a5209554a053b14d9858a9a3af8e8fc6b9e (patch) | |
tree | f20b5a4247b32e209c6b860b328cd9ab91148647 | |
parent | 8ba2721b482bfadac7af1cc0c6b780dbd1492f0b (diff) |
Add makepkg.conf
-rw-r--r-- | base.yaml | 1 | ||||
-rw-r--r-- | base/makepkg.conf | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,7 @@ ~/.bin/dot: base/dot ~/.capsesc: base/capsesc ~/.curlrc: base/curlrc + ~/.makepkg.conf: base/makepkg.conf ~/.vim/colors: base/vim/colors ~/.vim/doc: base/vim/doc ~/.vim/ftdetect: base/vim/ftdetect diff --git a/base/makepkg.conf b/base/makepkg.conf new file mode 100644 index 0000000..e74bbee --- /dev/null +++ b/base/makepkg.conf @@ -0,0 +1 @@ +PACKAGER="Adam Hovorka <[email protected]>" |