Penguin
Blame: dh_installdirs(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of dh_installdirs(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 DH_INSTALLDIRS
2 !!!DH_INSTALLDIRS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 dh_installdirs - create subdirectories in package build directories
14 !!SYNOPSIS
15
16
17 __dh_installdirs__ [[''debhelper options''] [[__-A__]
18 [[''dir ...'']
19 !!DESCRIPTION
20
21
22 dh_installdirs is a debhelper program that is responsible
23 for creating subdirectories in package build
24 directories.
25
26
27 Any directory names specified as parameters will be created
28 in the package build directory of the first package
29 dh_installdirs is told to act on. By default, this is the
30 first binary package in debian/control, but if you use -p,
31 -i, or -a flags, it will be the first package specified by
32 those flags.
33
34
35 A file named debian/package.dirs can list other directories
36 to be created. Separate the directory names with
37 whitespace.
38
39
40 Be sure to only use directory names relative to the package
41 build directory. Ie, ``/usr/bin'' should not be used, use
42 ``usr/bin'' instead.
43 !!OPTIONS
44
45
46 __-A__, __--all__
47
48
49 Create any directories specified by command line parameters
50 in ALL packages acted on, not just the
51 first.
52
53
54 ''dir ...''
55
56
57 Create these directories in the package build directory of
58 the first package acted on. (Or in all packages if -A is
59 specified.)
60 !!SEE ALSO
61
62
63 debhelper(1)
64
65
66 This program is a part of debhelper.
67 !!AUTHOR
68
69
70 Joey Hess
71 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.