Changeset 1485 in ProjectBuilder for projects/casparbuster/devel/Makefile.PL


Ignore:
Timestamp:
Apr 23, 2012, 11:04:02 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Adds a Plugin module to support plugin management
  • cbusterize now works with both -s and -p options
  • One plugin example added (dhcpd)

-cb script started. Not working now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/casparbuster/devel/Makefile.PL

    r1468 r1485  
    5858    $text .= "\t".'chmod 755 $(DESTDIR)'."$etcdir\n";
    5959    $text .= "\t".'cp etc/cb/cb.conf $(DESTDIR)'."$etcdir\n";
     60    $text .= "\t".'chmod 644 $(DESTDIR)'."$etcdir/cb.conf\n";
     61    $text .= "\t".'cp -r etc/cb/plugins $(DESTDIR)'."$etcdir\n";
     62    $text .= "\t".'chmod 755 $(DESTDIR)'."$etcdir/plugins\n";
     63    $text .= "\t".'chmod 644 $(DESTDIR)'."$etcdir/plugins/*\n";
    6064
    6165    # Produce the man page for pb.conf
Note: See TracChangeset for help on using the changeset viewer.