Ignore:
Timestamp:
18/10/2008 14:53:28 (4 years ago)
Author:
chris
Message:

Create destination directory before installing into it, as requested
by David Kaufman for Gentoo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makeparcels.pl.in

    r2342 r2357  
    240240                                $local_install_dir = "@prefix@/$dest"; 
    241241                        } 
     242                        print SCRIPT "mkdir -p " . 
     243                                "\${DESTDIR}$local_install_dir/\n"; 
    242244                        print SCRIPT "install $name " . 
    243                                 "\$DESTDIR$local_install_dir\n"; 
     245                                "\${DESTDIR}$local_install_dir\n"; 
    244246                } 
    245247        } 
Note: See TracChangeset for help on using the changeset viewer.