summaryrefslogtreecommitdiffstats
path: root/release/pack_all
diff options
context:
space:
mode:
authortoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
committertoma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2009-11-25 17:56:58 +0000
commit6d80ae38e4bfa82323398ceba27f25f94072bf5f (patch)
tree8ff7b57768c1e395e55e3c177687fb76d9d74ea3 /release/pack_all
downloadother-6d80ae38e4bfa82323398ceba27f25f94072bf5f.tar.gz
other-6d80ae38e4bfa82323398ceba27f25f94072bf5f.zip
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'release/pack_all')
-rwxr-xr-xrelease/pack_all1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/pack_all b/release/pack_all
new file mode 100755
index 0000000..f03f4d2
--- /dev/null
+++ b/release/pack_all
@@ -0,0 +1 @@
+for i in `cat modules`; do ./pack $i; done