]> git.lyx.org Git - lyx.git/blobdiff - lib/reLyX/reLyX.in
Small bug in reLyX wrapper generation.
[lyx.git] / lib / reLyX / reLyX.in
index 4f1368c6914995ddfe462692f9eb87cd7bf1ea9d..87235a18a82ab464f5a37e17715e130c26fab042 100644 (file)
@@ -18,7 +18,7 @@ my $mainscript = "reLyXmain.pl";
 # Do this in a BEGIN block so it's done before the 'use lib' below
 BEGIN{
 # This points to LyX library dir, e.g. /usr/local/share/lyx
-$lyxdir = "@pkgdatadir@";
+$lyxdir = "@LYX_DIR@";
 # This is just "." if you compiled from the source directory
 my $srcdir = "@srcdir@";
 # This is the name of the program, usually just "lyx"