Changeset 124


Ignore:
Timestamp:
03/26/09 22:38:20 (15 years ago)
Author:
nanardon
Message:
  • install cgi script in dedicated directory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/epoll.spec.in

    r123 r124  
    3535 
    3636mkdir -p %buildroot/etc 
    37 install -m 700 epoll.yml.example %buildroot/etc/epoll.yml 
     37install -m 700 epoll.yml.example %buildroot%_sysconfdir/epoll.yml 
     38mkdir -p %buildroot%_var/www/cgi-bin 
     39install -m 755 script/vote_cgi.pl %buildroot%_var/www/cgi-bin/vote_cgi.pl 
    3840 
    3941%clean 
     
    4547%attr(0640,root,apache) %config(noreplace) %_sysconfdir/epoll.yml 
    4648%_bindir/* 
     49%_var/www/cgi-bin/vote_cgi.pl 
    4750%{_mandir}/man3/* 
    4851%{_mandir}/man1/* 
Note: See TracChangeset for help on using the changeset viewer.