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


Ignore:
Timestamp:
Aug 2, 2017, 6:16:44 PM (7 years ago)
Author:
Bruno Cornec
Message:

revert last commit as this is not ready yet for integration in that tree !

File:
1 edited

Legend:

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

    r2239 r2241  
    7474    $text .= "\t".'chmod 755 $(DESTDIR)'."$sharedir\n";
    7575    $text .= "\t".'cp etc/pb.conf $(DESTDIR)'."$sharedir\n";
    76     $text .= "\t".'cp etc/pb.yml $(DESTDIR)'."$sharedir\n";
    7776
    7877    # Also create a fake version in /etc/pb for sysadmin to modify
     
    8079    $text .= "\t".'chmod 755 $(DESTDIR)'."$sysconfdir\n";
    8180    $text .= "\t".'perl -p -e \'s|^|#|\' etc/pb.conf > $(DESTDIR)/'."$sysconfdir/pb.conf\n";
    82     $text .= "\t".'perl -p -e \'s|^|#|\' etc/pb.yml > $(DESTDIR)/'."$sysconfdir/pb.yml\n";
    8381    # Doesn't seem to work in the makefile generated for now :-(
    8482    #$text .= "\t".'perl -p -e \'s|^([^#])|#$1|\' etc/pb.conf > $(DESTDIR)/'."$sysconfdir/pb.conf\n";
     
    8785    $text .= "\t".'mkdir -p $(DESTDIR)'."$mandir/man5\n";
    8886    $text .= "\t".'pod2man --section=5 etc/pb.conf.pod > $(DESTDIR)'."$mandir/man5/pb.conf.5\n";
    89     $text .= "\t".'pod2man --section=5 etc/pb.conf.pod > $(DESTDIR)'."$mandir/man5/pb.yml.5\n";
    9087    return($text);
    9188}
Note: See TracChangeset for help on using the changeset viewer.