[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: New package for review: aqhbci-qt-tools
- From: Michael Schwendt <bugs michael gmx net>
- To: Discussion related to Fedora Extras <fedora-extras-list redhat com>
- Subject: Re: New package for review: aqhbci-qt-tools
- Date: Mon, 28 Feb 2005 23:05:17 +0100
On Mon, 28 Feb 2005 16:54:23 -0500, Bill Nottingham wrote:
> Fixed. Also, ldconfig calls removed (it doesn't package libraries in
> standard dirs...)
%{_libdir}/aqbanking/plugins/
With that, %_libdir/aqbanking is not owned by the package (unowned
directories can be created with wrong permissions (umask!) and would not
be deleted upon package removal). Better:
%dir %{_libdir}/aqbanking/
%{_libdir}/aqbanking/plugins/
or just:
%{_libdir}/aqbanking/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]