Install KissCount into /usr/local instead of /usr

This commit is contained in:
2011-08-09 17:55:46 +02:00
parent 90a6659a84
commit c4a88fb459
3 changed files with 17 additions and 8 deletions

View File

@@ -19,9 +19,10 @@
# You should have received a copy of the GNU General Public License
# along with KissCount. If not, see <http://www.gnu.org/licenses/>.
SHARE_DIR=/usr/share/kisscount
LIB_DIR=/usr/lib/kisscount
BIN_DIR=/usr/bin
ROOT_DIR=/usr/local
SHARE_DIR=$ROOT_DIR/share/kisscount
LIB_DIR=$ROOT_DIR/lib/kisscount
BIN_DIR=$ROOT_DIR/bin
case "$1" in
--install|-i)