X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atk-zip.sh.in;h=967f61d016d0235a6b2fb371b8e703a4d54dd7f4;hb=f6c36b463ca29379024899211f99477344578555;hp=c6d694d96a574ea4e3afb1144ce22373e83aae0b;hpb=d0b10f1bc671d212a33b31341c642a6f3d5150c5;p=platform%2Fupstream%2Fatk.git diff --git a/atk-zip.sh.in b/atk-zip.sh.in index c6d694d..967f61d 100755 --- a/atk-zip.sh.in +++ b/atk-zip.sh.in @@ -1,17 +1,27 @@ #!/bin/sh -# Build zipfile for ATK on Win32: both runtime and developer stuff +# Build zipfiles for ATK on Win32 -# These two directory paths are obviously system-dependent. This is what tml -# happens to use. -ZIP=/g/tmp/atk-@ATK_VERSION@.zip -cd /target +ZIP=/tmp/atk-@ATK_VERSION@.zip +DEVZIP=/tmp/atk-dev-@ATK_VERSION@.zip +cd @prefix@ rm $ZIP -zip -r $ZIP -@ <