X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=nt%2Finstaller%2FWise%2Fdirs.py;fp=nt%2Finstaller%2FWise%2Fdirs.py;h=6ba64ed215b859f3297fad8135f67bc4c65fcc1d;hb=8dd5c14289d68929b069fa5078f10ea3905f6fa5;hp=0000000000000000000000000000000000000000;hpb=f82a8b0d39ee6a8fc9a5373f29b4761184dcc399;p=chise%2Fxemacs-chise.git diff --git a/nt/installer/Wise/dirs.py b/nt/installer/Wise/dirs.py new file mode 100755 index 0000000..6ba64ed --- /dev/null +++ b/nt/installer/Wise/dirs.py @@ -0,0 +1,21 @@ +#Configuration variables + +#where the source is: + +source = r"X:\XEmacs-21" +#where the installed distribution is: +installed = r"C:\Program Files\XEmacs\xemacs-21.0-b62" + +#where the (built and installed) packages are +packages = r"C:\Program Files\XEmacs\xemacs-packages" + +#where the package source is +pkg_src = r"X:\xemacs-packages" + +#Subdirs relative to the base installation directory +#Everything except packages goes here: +dst = "XEmacs-21.0-b62" +#packages go here: +pkg_dst = "xemacs-packages" + +