Use directory directly under SHAREDIR for static files

This commit is contained in:
Laurence Withers 2008-02-05 21:08:29 +00:00
parent 91c9082624
commit 0cb10a9bfd
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
[ -z "${FILES_INSTALL_DIR}" ] && FILES_INSTALL_DIR="${PREFIX}/share/@P@/@NAME@" # @TODO@
FILES_INSTALL_DIR="${SHAREDIR}/@NAME@" # @TODO@
# create destination directories
echo "Installing files into ${FILES_INSTALL_DIR}"