Changeset 2064


Ignore:
Timestamp:
29/01/2008 00:01:01 (4 years ago)
Author:
chris
Message:

Make the parcel install scripts use $DESTDIR from the environment, to
help porters and packagers.

File:
1 edited

Legend:

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

    r2038 r2064  
    162162                                $local_install_dir = "@prefix@/$dest"; 
    163163                        } 
    164                         print SCRIPT "install $name $local_install_dir\n"; 
     164                        print SCRIPT "install $name " . 
     165                                "\$DESTDIR$local_install_dir\n"; 
    165166                } 
    166167        } 
Note: See TracChangeset for help on using the changeset viewer.