gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10797: evaluate the shell script to


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10797: evaluate the shell script to set the snapshot dir early on.
Date: Wed, 15 Apr 2009 21:10:39 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10797
committer: address@hidden
branch nick: trunk
timestamp: Wed 2009-04-15 21:10:39 -0600
message:
  evaluate the shell script to set the snapshot dir early on.
modified:
  packaging/xpi.am
=== modified file 'packaging/xpi.am'
--- a/packaging/xpi.am  2009-04-16 03:02:46 +0000
+++ b/packaging/xpi.am  2009-04-16 03:10:39 +0000
@@ -73,6 +73,7 @@
 # the plugins and the xpcom support as dynamically loadable modules.
 xpi-bundle:
        snapshot_dest="/tmp/$(SNAPSHOT_NAME)"; \
+       snapshot_dir="/tmp/$(SNAPSHOT_DIR)"; \
        snapshot_xpi="/tmp/$(SNAPSHOT_NAME)-tmp"; \
        mkdir -p $${snapshot_xpi}/plugins; \
        for i in install.rdf; do \
@@ -86,7 +87,7 @@
        cp -fr $${snapshot_dest}/usr/lib/mozilla/plugins/extensions/*.xpt 
$${snapshot_xpi}/plugins; \
        cp -fr $${snapshot_dest}/usr/lib/mozilla/plugins/extensions/*.so 
$${snapshot_xpi}/plugins; \
        cp -fr $${snapshot_dest}/usr/bin/gtk-gnash $${snapshot_xpi}; \
-       (cd $${snapshot_xpi}; $(ZIP) -r /tmp/$(SNAPSHOT_DIR).xpi *);
+       (cd $${snapshot_xpi}; $(ZIP) -r $${snapshot_dir}.xpi *);
 
 # remove files left from package building
 xpi-clean:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]