FS#40422 - [xbmc] /user in PKGBUILD instead of /usr in package()

Attached to Project: Community Packages
Opened by Dennis Borisevich (denspirit) - Sunday, 18 May 2014, 10:23 GMT
Last edited by Ike Devolder (BlackEagle) - Monday, 26 May 2014, 05:26 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ike Devolder (BlackEagle)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:
PKGBUILD for xbmc 13.0-3 contains the following lines
138 install -dm700 "$pkgdir/user/share/polkit-1/rules.d"
139 install -Dm0644 "$srcdir/polkit.rules" "$pkgdir/user/share/polkit-1/rules.d/10-xbmc.rules"

Notice "user" folder instead of usr.

It results in /user folder being present

Additional info:
* package version xbmc 13.0-3


Steps to reproduce:
pacman -S xbmc
ls / -1 | grep user
This task depends upon

Closed by  Ike Devolder (BlackEagle)
Monday, 26 May 2014, 05:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  xbmc 13.0-5
Comment by Ike Devolder (BlackEagle) - Sunday, 18 May 2014, 15:18 GMT
sorry for this typo

Loading...