a data directory path is to set DATADIR in makefile.unix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@527 c06c8d41-db1a-0410-9941-cceddc491573
RDPPCQA4RAZK6ZQEJ2GGKIIMUABGVGJ2AD3BQTBUFCNVFAXKBRWQC // Define DATA_DIR_PATH to the directory where level-description (.des)// files are stored. NOTE: If you're installing Crawl for a real multiuser// system, you MUST do this. The directory must exist on the filesystem.// #define DATA_DIR_PATH "/opt/crawl"// will make this little thing go away. Define SAVE_PACKAGE_CMD// to a command to compress and bundle the save game files into a// single unit... the two %s will be replaced with the players// save file name. Define LOAD_UNPACKAGE_CMD to undo this process
// Define SAVE_PACKAGE_CMD to a command to compress and bundle the save// game files into a single unit... the two %s will be replaced with the// players save file name. Define LOAD_UNPACKAGE_CMD to undo this process