* Populate the `man' subdirectory.
svn path=/nixpkgs/trunk/; revision=70
This commit is contained in:
parent
9878a15478
commit
c43c6511f4
|
@ -5,7 +5,7 @@ use Cwd;
|
||||||
|
|
||||||
my $selfdir = cwd;
|
my $selfdir = cwd;
|
||||||
|
|
||||||
my @dirs = ("bin", "sbin", "lib", "include");
|
my @dirs = ("bin", "sbin", "lib", "include", "man");
|
||||||
|
|
||||||
# Create the subdirectories.
|
# Create the subdirectories.
|
||||||
mkdir $selfdir;
|
mkdir $selfdir;
|
||||||
|
|
Loading…
Reference in New Issue