From 8b2c2d67941008598d6c104c8c07a23a82381fab Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 May 2023 23:15:56 +0200 Subject: makepkg: Move makepkg.conf to XDG_CONFIG_DIR/pacman --- .config/pacman/makepkg.conf | 7 +++++++ .makepkg.conf | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 .config/pacman/makepkg.conf delete mode 100644 .makepkg.conf diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf new file mode 100644 index 0000000..101d664 --- /dev/null +++ b/.config/pacman/makepkg.conf @@ -0,0 +1,7 @@ +#!/hint/bash +# +# ~/.makepkg.conf +# +PACKAGER="David Runge " +GPGKEY="991F6E3F0765CF6295888586139B09DA5BF0D338" +BUILDDIR=/tmp/makepkg diff --git a/.makepkg.conf b/.makepkg.conf deleted file mode 100644 index 101d664..0000000 --- a/.makepkg.conf +++ /dev/null @@ -1,7 +0,0 @@ -#!/hint/bash -# -# ~/.makepkg.conf -# -PACKAGER="David Runge " -GPGKEY="991F6E3F0765CF6295888586139B09DA5BF0D338" -BUILDDIR=/tmp/makepkg -- cgit v1.2.3-70-g09d2