Changeset 2279 in ProjectBuilder for devel/pb-modules/Makefile.PL


Ignore:
Timestamp:
Aug 30, 2017, 5:08:03 PM (7 years ago)
Author:
Bruno Cornec
Message:

YAML support working for most distros

  • Fix rebase issues
  • Adds a pbsyncheck script for pre-commit check
  • Fix test deps for centos & fedora
  • update pbcl versions for deb build
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb-modules/Makefile.PL

    r2241 r2279  
    7373    $text .= "\t".'mkdir -p $(DESTDIR)'."$sharedir\n";
    7474    $text .= "\t".'chmod 755 $(DESTDIR)'."$sharedir\n";
    75     $text .= "\t".'cp etc/pb.conf $(DESTDIR)'."$sharedir\n";
     75    $text .= "\t".'cp etc/pb.yml $(DESTDIR)'."$sharedir\n";
    7676
    7777    # Also create a fake version in /etc/pb for sysadmin to modify
    7878    $text .= "\t".'mkdir -p $(DESTDIR)'."$sysconfdir\n";
    7979    $text .= "\t".'chmod 755 $(DESTDIR)'."$sysconfdir\n";
    80     $text .= "\t".'perl -p -e \'s|^|#|\' etc/pb.conf > $(DESTDIR)/'."$sysconfdir/pb.conf\n";
     80    $text .= "\t".'perl -p -e \'s|^|#|\' etc/pb.yml > $(DESTDIR)/'."$sysconfdir/pb.yml\n";
    8181    # Doesn't seem to work in the makefile generated for now :-(
    82     #$text .= "\t".'perl -p -e \'s|^([^#])|#$1|\' etc/pb.conf > $(DESTDIR)/'."$sysconfdir/pb.conf\n";
     82    #$text .= "\t".'perl -p -e \'s|^([^#])|#$1|\' etc/pb.yml > $(DESTDIR)/'."$sysconfdir/pb.yml\n";
    8383
    84     # Produce the man page for pb.conf
     84    # Produce the man page for pb.yml
    8585    $text .= "\t".'mkdir -p $(DESTDIR)'."$mandir/man5\n";
    8686    $text .= "\t".'pod2man --section=5 etc/pb.conf.pod > $(DESTDIR)'."$mandir/man5/pb.conf.5\n";
Note: See TracChangeset for help on using the changeset viewer.