summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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