Changeset 2136 in ProjectBuilder for pbconf/devel/ProjectBuilder/deb/rules


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/deb/rules

    r1878 r2136  
    2727
    2828        # Add here commands to compile the package.
    29         $(PERL) Makefile.PL CONFDIR=/etc/pb INSTALLDIRS=vendor  PBKEYWORD=$(CURDIR)/PBFINALDIR MANDIR=/usr/share/man
     29        $(PERL) Makefile.PL CONFDIR=/usr/share/pb SYSCONFDIR=/etc/pb INSTALLDIRS=vendor  PBKEYWORD=$(CURDIR)/PBFINALDIR MANDIR=/usr/share/man
    3030        $(MAKE)
    3131        touch $@
Note: See TracChangeset for help on using the changeset viewer.