Show
Ignore:
Timestamp:
06/09/09 10:07:55 (3 years ago)
Author:
Neutron Soutmun <neo.neutron@…>
Children:
7751a641e2a294d986b002dd01264b7d068258a2
Parents:
927d0c70c763dcf56e6f12ebe02a51688468a5c3
git-committer:
Neutron Soutmun <neo.neutron@…> (06/09/09 10:07:55)
Message:

Adjust build system config and install files

  • Adjust build system config to install the files to appropriate paths.
  • The MAINTAINERCLEANFILES was added.
  • Now rahunas.db installed into the default directory /var/lib/rahunas.
  • RahuNAS daemon executable file (rahunasd) now installed into /usr/sbin.
  • Tool scripts now installed into the /usr/sbin and their names change to satisfy the debian policy.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • data/Makefile.am

    rf51abe3 rbae014d  
    11# Rahunas configuration and database file 
    2 configdir = $(sysconfdir)/rahunas 
    3 config_DATA = rahunas.db 
     2MAINTAINERCLEANFILES = Makefile.in 
    43 
    5 EXTRA_DIST = $(config_DATA) 
     4databasedir = $(localstatedir)/lib/rahunas 
     5database_DATA = rahunas.db 
     6 
     7EXTRA_DIST = $(database_DATA)