Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgeboski <jgeboski@gmail.com>2015-07-19 23:07:58 +0300
committerjgeboski <jgeboski@gmail.com>2015-07-19 23:07:58 +0300
commitb69fae3f2962b330dc398564d1edb929c6377dfd (patch)
tree282bbe93fe7e09937215d88f042e01012b1044b9
parent982abb67e3a492fd1b9a4e5aee675606f92910a0 (diff)
update: fixed out of tree updating
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 151ed3c..9d41c03 100755
--- a/update.sh
+++ b/update.sh
@@ -31,7 +31,7 @@ done
touch $(cat MANIFEST_VOIDS)
patchdir="$(pwd)/patches"
-cd "$srcdir/pidgin"
+cd pidgin
for patch in $(ls -1 "$patchdir"); do
patch -p1 -i "$patchdir/$patch"