You are not logged in.

#1 2015-01-03 10:04:46

milgner
Member
Registered: 2015-01-03
Posts: 1

Created package owns directory?

Hi all,

After verifying my package with `namcap` and running `pacman -Qlp` on it, I wonder why it shows the whole directory structure leading up to the individual files.
I.e.

k290-fnkeyctl /usr/
k290-fnkeyctl /usr/lib/
k290-fnkeyctl /usr/lib/systemd/
k290-fnkeyctl /usr/lib/systemd/system-sleep/
k290-fnkeyctl /usr/lib/systemd/system-sleep/k290-fnkeyctl.sh

I don't want my package to own all these /usr directories?!
After looking through both PKGBUILD and makepkg options, I couldn't find anything to fix this.
Maybe I'm just reading that output wrong and it doesn't actually mean that the package "owns" these directories?

All the best
Marcus

Offline

#2 2015-01-03 10:39:09

Allan
Pacman
From: Brisbane, AU
Registered: 2007-06-09
Posts: 11,390
Website

Re: Created package owns directory?

All packages with a file in /usr own that directory.

Offline

#3 2015-01-03 11:35:14

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Created package owns directory?

^ This.

Run e.g.

pacman -Qo /usr

to check for yourself.

Offline

Board footer

Powered by FluxBB