sdk: correct jme.com -> jme.org

This commit is contained in:
Kirill Vainer 2015-08-11 21:15:35 -04:00
parent 5709fe587d
commit 64452843f1
3 changed files with 3 additions and 3 deletions

View File

@ -249,7 +249,7 @@
section="devel" section="devel"
depends="sun-java6-jdk" depends="sun-java6-jdk"
maintainer="jMonkeyEngine" maintainer="jMonkeyEngine"
homepage="http://www.jmonkeyengine.com" homepage="http://www.jmonkeyengine.org"
postrm="debscripts/postrm" postrm="debscripts/postrm"
> >
<tarfileset dir="dist/${app.name}/" prefix="opt/${app.name}"> <tarfileset dir="dist/${app.name}/" prefix="opt/${app.name}">

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
#(c) jMonkeyEngine.com #(c) jmonkeyengine.org
#Author Normen Hansen #Author Normen Hansen
set -e set -e
rm -rf jdk-macosx.zip rm -rf jdk-macosx.zip

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
set -e set -e
#(c) jMonkeyEngine.com #(c) jmonkeyengine.org
#This script creates SFX binaries of the JDK for the specified platform #This script creates SFX binaries of the JDK for the specified platform
#Author Normen Hansen #Author Normen Hansen