diff options
-rw-r--r-- | net-mgmt/airport/files/airport | 2 | ||||
-rw-r--r-- | net/airport/files/airport | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/airport/files/airport b/net-mgmt/airport/files/airport index b5797d416267..54381a2c1299 100644 --- a/net-mgmt/airport/files/airport +++ b/net-mgmt/airport/files/airport @@ -1,5 +1,5 @@ #! /bin/sh -exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREEFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator +exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator exit 1 diff --git a/net/airport/files/airport b/net/airport/files/airport index b5797d416267..54381a2c1299 100644 --- a/net/airport/files/airport +++ b/net/airport/files/airport @@ -1,5 +1,5 @@ #! /bin/sh -exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREEFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator +exec %%PREFIX%%/jdk%%JDK_VERSION%%/bin/jre -cp "%%PREFIX%%/share/java/classes/jfc-%%JFC_VERSION%%/swingall.jar:%%PREFIX%%/share/airport/AirportBaseStationConfig.jar" AirportBaseStationConfigurator exit 1 |