From 9cb2c11211f9fc913d0a459876e85e366121632e Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 28 May 2015 10:10:41 +0200 Subject: RPM: Include config files in rpm package. Signed-off-by: Ralf Baechle --- ax25-apps.spec.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ax25-apps.spec.in') diff --git a/ax25-apps.spec.in b/ax25-apps.spec.in index 04d4ce3..a8809e7 100644 --- a/ax25-apps.spec.in +++ b/ax25-apps.spec.in @@ -30,7 +30,8 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make install DESTDIR=$RPM_BUILD_ROOT +make DESTDIR=$RPM_BUILD_ROOT install +make DESTDIR=$RPM_BUILD_ROOT installconf %clean rm -rf $RPM_BUILD_ROOT @@ -41,6 +42,9 @@ rm -rf $RPM_BUILD_ROOT %doc ax25ipd/COPYING.ax25ipd ax25ipd/HISTORY.ax25ipd ax25ipd/README.ax25ipd %doc ax25rtd/TODO.ax25rtd ax25rtd/README.ax25rtd %{_bindir}/* +%config(noreplace) %{_sysconfdir}/ax25/ax25ipd.conf +%config(noreplace) %{_sysconfdir}/ax25/ax25mond.conf +%config(noreplace) %{_sysconfdir}/ax25/ax25rtd.conf %{_sbindir}/* %{_mandir}/man?/* %{_docdir}/* -- cgit v1.2.3