Changeset 8


Ignore:
Timestamp:
Sep 30, 2006, 6:59:56 PM (18 years ago)
Author:
jbarnold
Message:
Added code to clean up httpd-2* directory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/Makefile

    r7 r8  
    114114        @rm -rf ${tmp_src}/httpd-2*/; \
    115115        tar zxvf ${tmp_src}/httpd-2*.tar.gz; \
    116         cd ./httpd-2*; \
     116        cd httpd-2*; \
    117117        patch -p1 < ${patches}/httpd-suexec-scripts.patch; \
    118118        ./configure --prefix=/etc/httpd --with-suexec-userdir=web_scripts --with-suexec-caller=apache --with-suexec-uidmin=50 --with-suexec-gidmin=50 --with-suexec-docroot=/; \
    119         cd support; \
     119        pushd support; \
    120120        make suexec && mkdir ${out_sbin} && cp suexec ${out_sbin}; \
     121        popd; \
     122        rm -rf httpd-2*; \
    121123        echo; \
    122124        echo "suexec binary written to ${out_sbin}."; \
Note: See TracChangeset for help on using the changeset viewer.