]> git.pld-linux.org Git - packages/perl-CGI-SpeedyCGI.git/blob - perl-CGI-SpeedyCGI-DESTDIR.patch
perl 5.36.0 rebuild
[packages/perl-CGI-SpeedyCGI.git] / perl-CGI-SpeedyCGI-DESTDIR.patch
1 diff -Nru CGI-SpeedyCGI-2.02/mod_speedycgi/Makefile.tmpl CGI-SpeedyCGI-2.02.new/mod_speedycgi/Makefile.tmpl
2 --- CGI-SpeedyCGI-2.20/mod_speedycgi/Makefile.tmpl      Fri Dec 15 23:12:18 2000
3 +++ CGI-SpeedyCGI-2.20.new/mod_speedycgi/Makefile.tmpl  Thu Dec 28 05:51:04 2000
4 @@ -37,7 +37,8 @@
5  
6  #   install the shared object file into Apache 
7  install: all
8 -       $(APXS) -i -a -n 'speedycgi' $(SHARED_OBJ_TARGET)
9 +       install -d $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`
10 +       install $(SHARED_OBJ_TARGET) $(DESTDIR)`/usr/sbin/apxs -q LIBEXECDIR`/$(SHARED_OBJ_TARGET)
11  
12  #   cleanup
13  clean:
This page took 0.022765 seconds and 3 git commands to generate.