diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-20 13:00:56 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-20 13:00:56 (EDT) |
commit | eb73703f17c8763eed28af56cb10b280cbb86f18 (patch) | |
tree | ad3affd9942081880ab89e0e9c10257b332b1dd9 /notes/libopkbuild.1.txt | |
parent | 7bda81736cf03e02a79cba7621b6a040f30b7c4d (diff) |
Fix creation of documentation directories.
Before:
$ ls -l usr/share/doc
total 4
drwxr-xr-x 2 pj pj 4096 Oct 19 23:24 fakeroot-doc
$ ls -l usr/share/doc/fakeroot-doc
total 0
lrwxrwxrwx 1 pj pj 23 Oct 19 23:24 fakeroot -> /usr/share/doc/fakeroot
After:
$ ls -l usr/share/doc
total 0
lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 fakeroot-doc -> /usr/share/doc/fakeroot
$ ls -l usr/share/doc/fakeroot-doc
lrwxrwxrwx 1 pj pj 23 Oct 20 12:58 usr/share/doc/fakeroot-doc -> /usr/share/doc/fakeroot
Diffstat (limited to 'notes/libopkbuild.1.txt')
0 files changed, 0 insertions, 0 deletions