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-06-22 02:05:12 +0300
committerjgeboski <jgeboski@gmail.com>2015-06-22 02:05:12 +0300
commit60938e12780342ae95cb5053622c492e21d27009 (patch)
tree3eb2ace0e5a0fe86334c2ff92b3321c78be8a8b9 /update.sh
parent670585d17fd5f3b7d06098dfbcaec4d316efe655 (diff)
update: use MANIFEST files for creation/copy
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/update.sh b/update.sh
index 9d82fd8..7b9e56f 100755
--- a/update.sh
+++ b/update.sh
@@ -17,15 +17,12 @@ fi
"$HG" -R .pidgin -v pull
"$HG" -R .pidgin -v update -C "$REV"
-for FILE in $(cat MANIFEST); do
+for FILE in $(cat MANIFEST_PIDGIN); do
mkdir -p $(dirname "pidgin/$FILE")
cp ".pidgin/$FILE" "pidgin/$FILE"
done
-touch \
- include/plugins.h \
- include/protocol.h \
- include/protocols.h
+touch $(cat MANIFEST_VOIDS)
patchdir="$(pwd)/patches"
cd "$srcdir/pidgin"