mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
* Populate the `man' subdirectory.
svn path=/nixpkgs/trunk/; revision=70
This commit is contained in:
parent
9878a15478
commit
c43c6511f4
1 changed files with 21 additions and 21 deletions
|
@ -5,7 +5,7 @@ use Cwd;
|
|||
|
||||
my $selfdir = cwd;
|
||||
|
||||
my @dirs = ("bin", "sbin", "lib", "include");
|
||||
my @dirs = ("bin", "sbin", "lib", "include", "man");
|
||||
|
||||
# Create the subdirectories.
|
||||
mkdir $selfdir;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue