Ignore:
Timestamp:
Aug 28, 2016, 8:03:38 PM (8 years ago)
Author:
Bruno Cornec
Message:

Fix #115

The standard conf file is now under /usr/share/pb and the one under
/etc/pn is modifyable by the sysadmin is contains only comments by
default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbconf/devel/ProjectBuilder/rpm/perl-ProjectBuilder.spec

    r2100 r2136  
    3131
    3232%build
    33 PBPERLCMD Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR CONFDIR=%{_sysconfdir}/pb MANDIR=%{_mandir}
     33PBPERLCMD Makefile.PL INSTALLDIRS=vendor PBKEYWORD=${RPM_BUILD_ROOT}/PBFINALDIR SYSCONFDIR=%{_sysconfdir}/pb CONFDIR=%{_datadir}/pb MANDIR=%{_mandir}
    3434make %{?_smp_mflags}
    3535
     
    4949%doc NEWS AUTHORS
    5050%doc COPYING README
     51%config %{_datadir}/pb
    5152%config(noreplace) %{_sysconfdir}/pb
    5253
Note: See TracChangeset for help on using the changeset viewer.