FS#30174 - [exim] Remove redundant boot script installation in PKGBUILD

Attached to Project: Community Packages
Opened by Leonid Isaev (lisaev) - Thursday, 07 June 2012, 01:12 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 07 June 2012, 01:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Dave Reisner (falconindy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

In exim's PKGBUILD the boot script /etc/rc.d/exim is installed twice.

First via install:
45 install -Dm0755 ../exim "${pkgdir}/etc/rc.d/exim"
and then using mkdir and cp:
71 mkdir -p "$pkgdir/etc/rc.d"
72 cp "$srcdir/exim" "$pkgdir/etc/rc.d"

The last two lines are not needed, and should be removed.

Thanks.
This task depends upon

Closed by  Dave Reisner (falconindy)
Thursday, 07 June 2012, 01:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in SVN

Loading...