diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-22 10:34:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-22 10:34:03 +0000 |
commit | 75b339cae217a14d51f674a25522e91aadf63a65 (patch) | |
tree | f47cdeb98553af3d8e12b1ac37af1ee308da53bc /src/apk_io.h | |
parent | dfc8d4ce4c6e8fdc30491d52e2014bd33d961dee (diff) | |
download | apk-tools-75b339cae217a14d51f674a25522e91aadf63a65.tar.gz apk-tools-75b339cae217a14d51f674a25522e91aadf63a65.tar.bz2 apk-tools-75b339cae217a14d51f674a25522e91aadf63a65.tar.xz apk-tools-75b339cae217a14d51f674a25522e91aadf63a65.zip |
db: always create directories during install
We dont care if a directory have references or not, we care if directory
is relly there.
Only the creator of the direcotry will set the permissions.
This fixes the situation where you install a package owning a dir then
you remove this dir manually and try install a second package also owning
the dir.
For example:
apk add e2fsprogs-dev
rm -rf /usr/lib/pkgconfig
apk add zlib-dev
Diffstat (limited to 'src/apk_io.h')
0 files changed, 0 insertions, 0 deletions