diff options
Diffstat (limited to 'makepkgSystem.patch')
-rw-r--r-- | makepkgSystem.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/makepkgSystem.patch b/makepkgSystem.patch new file mode 100644 index 000000000..eeeea5348 --- /dev/null +++ b/makepkgSystem.patch @@ -0,0 +1,21 @@ +--- makepkg.conf 2016-04-07 00:16:07.721500790 +0200 ++++ makepkg.conf 2016-04-13 09:43:35.042178024 +0200 +@@ -113,15 +113,15 @@ + #-- Destination: specify a fixed directory where all packages will be placed + #PKGDEST=/home/packages + #-- Source cache: specify a fixed directory where source files will be cached +-#SRCDEST=/home/sources ++SRCDEST=/home/erich/packageSources + #-- Source packages: specify a fixed directory where all src packages will be placed + #SRCPKGDEST=/home/srcpackages + #-- Log files: specify a fixed directory where all log files will be placed + #LOGDEST=/home/makepkglogs + #-- Packager: name/email of the person or organization building packages +-#PACKAGER="John Doe <john@doe.com>" ++PACKAGER="Erich Eckner <arch@eckner.net>" + #-- Specify a key to use for package signing +-#GPGKEY="" ++GPGKEY="7C98C4C3DE926168DC46FBAA3D06644243BF68D3" + + ######################################################################### + # COMPRESSION DEFAULTS |