summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-01-11 15:30:59 +0100
committerErich Eckner <git@eckner.net>2017-01-11 15:42:42 +0100
commit795fa190cb2b82513c6e45d476ee226d4f32c52d (patch)
treea1cb51e9e48201d8700cc5636fa5b512af72772f
parent49191ddd7c12144c9262570543e7d21c229083b6 (diff)
downloadarchlinuxewe.git.save-795fa190cb2b82513c6e45d476ee226d4f32c52d.tar.xz
Kompilation auf Benutzer makepkg umgestellt
-rwxr-xr-xarchPackagesUpdate2
-rw-r--r--makepkgSystem.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/archPackagesUpdate b/archPackagesUpdate
index 8e02d1ee..1a0b789b 100755
--- a/archPackagesUpdate
+++ b/archPackagesUpdate
@@ -691,7 +691,7 @@ else
exit ${err}
fi
- ssh -p 22222 141.35.51.219 "~/archPackagesUpdate" "${args[@]}"
+ ssh -p 22222 makepkg@141.35.51.219 "~/archPackagesUpdate" "${args[@]}"
err=$?
if [ ${err} -ne 0 ]
then
diff --git a/makepkgSystem.patch b/makepkgSystem.patch
index eeeea534..92c00844 100644
--- a/makepkgSystem.patch
+++ b/makepkgSystem.patch
@@ -5,7 +5,7 @@
#PKGDEST=/home/packages
#-- Source cache: specify a fixed directory where source files will be cached
-#SRCDEST=/home/sources
-+SRCDEST=/home/erich/packageSources
++SRCDEST=/home/makepkg/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