gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11943: use PACKAGE_VERSION instead


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11943: use PACKAGE_VERSION instead of just hardcoding trunk.
Date: Sat, 13 Feb 2010 17:44:41 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 11943
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Sat 2010-02-13 17:44:41 -0700
message:
  use PACKAGE_VERSION instead of just hardcoding trunk.
modified:
  packaging/deb.am
=== modified file 'packaging/deb.am'
--- a/packaging/deb.am  2010-02-08 17:47:22 +0000
+++ b/packaging/deb.am  2010-02-14 00:44:41 +0000
@@ -31,8 +31,8 @@
 # for the correct browser.
 setup-deb: 
        snapshot_dir="gnash-$(SNAPSHOT_VERSION)"; \
-       if test -d gnash-trunk; then \
-         mv gnash-trunk $${snapshot_dir}; \
+       if test -d gnash-$(PACKAGE_VERSION); then \
+         mv gnash-$(PACKAGE_VERSION) $${snapshot_dir}; \
        fi; \
        if test ! -f $(SNAPSHOT_DIR)/configure.ac.orig; then \
          mv -f $(SNAPSHOT_DIR)/configure.ac $(SNAPSHOT_DIR)/configure.ac.orig; 
\


reply via email to

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