diff options
-rw-r--r-- | ax25-apps.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
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}/* |