https://bugzilla.novell.com/show_bug.cgi?id=778430 OBS-URL: https://build.opensuse.org/request/show/132244 OBS-URL: https://build.opensuse.org/package/show/science/emboss-explorer?expand=0&rev=1
31 lines
1018 B
Diff
31 lines
1018 B
Diff
diff -Nura emboss-explorer/lib/EMBOSS/GUI/Conf.pm emboss-explorer-mod/lib/EMBOSS/GUI/Conf.pm
|
|
--- emboss-explorer/lib/EMBOSS/GUI/Conf.pm 2006-11-13 00:30:08.000000000 +0000
|
|
+++ emboss-explorer-mod/lib/EMBOSS/GUI/Conf.pm 2010-01-07 20:13:29.000000000 +0000
|
|
@@ -51,7 +51,7 @@
|
|
our $VERSION = 1.10;
|
|
|
|
# path to the EMBOSS::GUI HTML files
|
|
-our $HTML_PATH = "/var/www/emboss/html";
|
|
+our $HTML_PATH = "/srv/www/htdocs/emboss";
|
|
|
|
# URL corresponding to $HTML_PATH above
|
|
our $HTML_URL = "/emboss";
|
|
@@ -72,7 +72,7 @@
|
|
our $OUTPUT_URL = "$HTML_URL/output";
|
|
|
|
# prefix under which EMBOSS was installed
|
|
-our $EMBOSS_PREFIX = "/usr/local";
|
|
+our $EMBOSS_PREFIX = "/usr";
|
|
|
|
# path to EMBOSS binaries
|
|
our $EMBOSS_BIN = "$EMBOSS_PREFIX/bin";
|
|
@@ -87,7 +87,7 @@
|
|
our $EMBOSS_DATA = "$EMBOSS_HOME/data";
|
|
|
|
# path to EMBOSS application manuals
|
|
-our $EMBOSS_MANUAL = "$EMBOSS_HOME/doc/html";
|
|
+our $EMBOSS_MANUAL = "$EMBOSS_HOME/doc/programs/html";
|
|
|
|
# list of groups and applications to exclude from the main menu
|
|
our @EXCLUDED = (
|