diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-03-08 18:22:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-03-08 18:22:55 +0000 |
commit | 33c692443426a830e6ac1bc02279246907352704 (patch) | |
tree | ba4bb9ae2ac0c19c37d1f479a4d4eae0bbed978b /perl-install/install/Makefile | |
parent | 1a2b7368e1192f501fa5a10f989df26d7575a559 (diff) | |
download | drakx-33c692443426a830e6ac1bc02279246907352704.tar drakx-33c692443426a830e6ac1bc02279246907352704.tar.gz drakx-33c692443426a830e6ac1bc02279246907352704.tar.bz2 drakx-33c692443426a830e6ac1bc02279246907352704.tar.xz drakx-33c692443426a830e6ac1bc02279246907352704.zip |
add gdb-inst, a wrapper for running GDB in installer a simpler way
split share/runinstall2.sh out of Makefile & make it more usefull
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 9d4f35246..405cd9904 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -104,8 +104,7 @@ stage2: dont_run_directly_stage2: [ -d $(DEST) ] || ../../tools/mdkinst_stage2_tool --uncompress $(STAGE2_DEST) - echo -e '#!/bin/sh\n\nperl -I/usr/lib/libDrakX -Minstall::install2 -e "install::install2::start_udev()"\nexec /usr/bin/busybox sh' > $(DEST)/usr/bin/runinstall2.sh - chmod a+x $(DEST)/usr/bin/runinstall2.sh + install -m 755 share/runinstall2.sh share/gdb-inst $(DEST)/usr/bin/ ln -sf runinstall2.sh $(DEST)/usr/bin/runinstall2 trace_stage2: |