dns-stats / hedgehog

DEPRECATED DNS Statistics Presenter (Hedgehog)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sql scripts should not be installed into sbin

aabdnn opened this issue · comments

The 2.0.0b1 tarball installs "initialise_database.sql" and "insert_lookup_data.sql" into the sbin directory. This isn't really the place for non-executable files. Could you please modify the Makefile to install these into PREFIX/share/hedgehog/sql ?

The hedgehog_database_create.sh script can then read them in from there.

commit 13423c5 should do the trick

Fixed in 2.0.0b2