You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/06/15 15:17:17 UTC

git commit: [flex-utilities] [refs/heads/develop] - deb is probably better than rpm?

Updated Branches:
  refs/heads/develop f40c8fef4 -> c42ef4210


deb is probably better than rpm?


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/c42ef421
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/c42ef421
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/c42ef421

Branch: refs/heads/develop
Commit: c42ef4210f63a7ca00809296b936b2b9f6d193f8
Parents: f40c8fe
Author: Justin Mclean <jm...@apache.org>
Authored: Sat Jun 15 23:16:54 2013 +1000
Committer: Justin Mclean <jm...@apache.org>
Committed: Sat Jun 15 23:16:54 2013 +1000

----------------------------------------------------------------------
 installer/build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/c42ef421/installer/build.xml
----------------------------------------------------------------------
diff --git a/installer/build.xml b/installer/build.xml
index ca63470..9db9100 100644
--- a/installer/build.xml
+++ b/installer/build.xml
@@ -128,7 +128,7 @@
     <condition property="extension" value="dmg">
         <os family="mac" />
     </condition>
-    <condition property="extension" value="rpm">
+    <condition property="extension" value="deb">
         <os family="unix" />
     </condition>